Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOC-245

Review of DCAEGEN2 docs - using DCEA cloudify-manager to orchestrate CDAP

XMLWordPrintable

    • DOC Sprint 7

      Doc team - reviewing the docs for DCAE orchestration - using openlab

      Having issues getting the dcae controller to work - as in bring up all the cdap, consul ... vms

      reviewing

      official

      http://onap.readthedocs.io/en/latest/submodules/dcaegen2.git/docs/sections/installation_heat.html

      http://onap.readthedocs.io/en/latest/guides/onap-developer/settingup/fullonap.html (less detailed - bit of duplication)

       unofficial

      https://wiki.onap.org/display/DW/Vetted+vFirewall+Demo+-+Full+draft+how-to+for+F2F+and+ReadTheDocs 

      https://wiki.onap.org/display/DW/vFWCL+instantiation%2C+testing%2C+and+debuging 

      https://wiki.onap.org/questions/16002513/answers/25431031?flashId=-729340378 

      status: neutron network error in the cloudify blueprint

      Checking out why DCAE is failing to orchestrate consul in HEAT.

      I previously rebooted AAI-vm1 to get the 7 containers up that were blocking the initial AAI rest calls from DCAE

      Goal is to be able to shut down all HEAT vms except the DCAE subset (cdap, consul...)

      getting a neutron network error - checking id's

      root@onap-dcae-bootstrap:/opt# docker logs -f boot
      Initiated ./blueprints/centos_vm.yaml
      If you make changes to the blueprint, run `cfy local init -p ./blueprints/centos_vm.yaml` again to apply them
      + cfy local execute -w install --task-retries=10
      20180203 19:16:19 CFY <local> Starting 'install' workflow execution
      20180203 19:16:19 CFY <local> [security_group_15499] Creating node
      20180203 19:16:19 CFY <local> [key_pair_a883e] Creating node
      20180203 19:16:19 CFY <local> [private_net_22910] Creating node
      20180203 19:16:19 CFY <local> [floatingip_vm00_3413c] Creating node
      20180203 19:16:19 CFY <local> [private_net_22910.create] Sending task 'neutron_plugin.network.create'
      20180203 19:16:19 CFY <local> [floatingip_vm00_3413c.create] Sending task 'neutron_plugin.floatingip.create'
      20180203 19:16:19 CFY <local> [key_pair_a883e.create] Sending task 'nova_plugin.keypair.create'
      20180203 19:16:19 CFY <local> [security_group_15499.create] Sending task 'neutron_plugin.security_group.create'
      20180203 19:16:19 CFY <local> [private_net_22910.create] Task started 'neutron_plugin.network.create'
      20180203 19:16:19 CFY <local> [floatingip_vm00_3413c.create] Task started 'neutron_plugin.floatingip.create'
      20180203 19:16:19 CFY <local> [key_pair_a883e.create] Task started 'nova_plugin.keypair.create'
      20180203 19:16:19 CFY <local> [security_group_15499.create] Task started 'neutron_plugin.security_group.create'
      20180203 19:16:19 CFY <local> [private_net_22910.create] Task failed 'neutron_plugin.network.create' -> {"error": {"message""The resource could not be found.""code"404"title""Not Found"}} [status_code=\\\\{\\\\
      Unknown macro: {401}

      }

      Unknown macro: {
      {]}}
      20180203 19:16:19 CFY <local> 'install' workflow execution failed: Workflow failed: Task failed 'neutron_plugin.network.create' -> {"error": {"message""The resource could not be found.""code"404"title""Not Found"}} [status_code=\\\\{\\\\{401}}
      Unknown macro: {
      {]}}
      Workflow failed: Task failed 'neutron_plugin.network.create' -> {"error": {"message""The resource could not be found.""code"404"title""Not Found"}} [status_code=\\\\{\\\\{401}}
      Unknown macro: {
      {]}}
      root@onap-dcae-bootstrap:/opt# docker ps|

       

      see https://github.com/cloudify-cosmo/cloudify-openstack-plugin/issues/109

      page needs to be specific on why we mention v2

      5000/v2/v2.0 should be 5000/v2.0

      for /opt/config/keystone_url.txt

      fixed neutron - next error

       

      2018-02-04 02:05:56 CFY <local> [security_group_ba9b4.create] Task started 'neutron_plugin.security_group.create'

      2018-02-04 02:05:56 CFY <local> [key_pair_82fb7.create] Task failed 'nova_plugin.keypair.create' -> The resource could not be found. [status_code=404]

      2018-02-04 02:05:56 CFY <local> [floatingip_vm00_479c2.create] Task failed 'neutron_plugin.floatingip.create' -> {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}} [status_code=401]

      2018-02-04 02:05:56 CFY <local> 'install' workflow execution failed: Workflow failed: Task failed 'neutron_plugin.floatingip.create' -> {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}} [status_code=401]

      Workflow failed: Task failed 'neutron_plugin.floatingip.create' -> {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}} [status_code=401]

       

      modified the v2/v2.0 in /opt/app/config - now getting

      2018-02-04 03:08:39 CFY <local> Starting 'install' workflow execution

      2018-02-04 03:08:39 CFY <local> [private_net_46adf] Creating node

      2018-02-04 03:08:39 CFY <local> [key_pair_a86ab] Creating node

      2018-02-04 03:08:39 CFY <local> [floatingip_vm00_4f2f9] Creating node

      2018-02-04 03:08:39 CFY <local> [security_group_a7a2f] Creating node

      2018-02-04 03:08:39 CFY <local> [key_pair_a86ab.create] Sending task 'nova_plugin.keypair.create'

      2018-02-04 03:08:39 CFY <local> [private_net_46adf.create] Sending task 'neutron_plugin.network.create'

      2018-02-04 03:08:39 CFY <local> [floatingip_vm00_4f2f9.create] Sending task 'neutron_plugin.floatingip.create'

      2018-02-04 03:08:39 CFY <local> [security_group_a7a2f.create] Sending task 'neutron_plugin.security_group.create'

      2018-02-04 03:08:39 CFY <local> [key_pair_a86ab.create] Task started 'nova_plugin.keypair.create'

      2018-02-04 03:08:39 CFY <local> [private_net_46adf.create] Task started 'neutron_plugin.network.create'

      2018-02-04 03:08:39 CFY <local> [floatingip_vm00_4f2f9.create] Task started 'neutron_plugin.floatingip.create'

      2018-02-04 03:08:39 CFY <local> [security_group_a7a2f.create] Task started 'neutron_plugin.security_group.create'

      2018-02-04 03:08:39 CFY <local> [key_pair_a86ab.create] Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. [status_code=401]

      2018-02-04 03:08:39 CFY <local> [private_net_46adf.create] Task failed 'neutron_plugin.network.create' -> {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} [status_code=401]

      2018-02-04 03:08:39 CFY <local> [floatingip_vm00_4f2f9.create] Task failed 'neutron_plugin.floatingip.create' -> {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} [status_code=401]

      2018-02-04 03:08:39 CFY <local> [security_group_a7a2f.create] Task failed 'neutron_plugin.security_group.create' -> {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} [status_code=401]

      2018-02-04 03:08:39 CFY <local> 'install' workflow execution failed: Workflow failed: Task failed 'neutron_plugin.security_group.create' -> {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} [status_code=401]

      Workflow failed: Task failed 'neutron_plugin.security_group.create' -> {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} [status_code=401]

       

            michaelobrien michaelobrien
            michaelobrien michaelobrien
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: