Uploaded image for project: 'Data Collection, Analytics, and Events'
  1. Data Collection, Analytics, and Events
  2. DCAEGEN2-192

boot container startup in vm1-dcae-bootstrap fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Highest Highest
    • Amsterdam Release
    • Amsterdam Release
    • None
    • Actual installation (2.11.2017) with latest onap_openstack.env/yaml

      The startup of the "boot" container fails (docker logs boot):

      // 2017-11-02 10:51:56 (1.60 GB/s) - '/tmp/centos_vm.yaml' saved [7653/7653]
      
      + mv -f /tmp/centos_vm.yaml ./blueprints/
      Succeeded in getting the newest centos_vm.yaml
      + echo 'Succeeded in getting the newest centos_vm.yaml'
      + set -e
      + cfy local init --install-plugins -p ./blueprints/centos_vm.yaml -i /tmp/local_inputs -i datacenter=25RU
      Import failed: Unable to open import url http://www.getcloudify.org/spec/cloudify/3.4/types.yaml; HTTPConnectionPool(host='cloudify.co', port=80): Read timed out. (read timeout=10)
      in: ./blueprints/centos_vm.yaml
      in line: 27, column: 0
      path: imports
      value: ['http://www.getcloudify.org/spec/cloudify/3.4/types.yaml', 'http://www.getcloudify.org/spec/openstack-plugin/1.4/plugin.yaml', 'http://www.getcloudify.org/spec/fabric-plugin/1.4.1/plugin.yaml', 'types/dns_types.yaml', 'types/sshkey_types.yaml']
      
      

      When executing a "wget" on the VM, the file could be downloaded:

      // ubuntu@vm1-dcae-bootstrap:~$ wget http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
      --2017-11-02 11:53:31-- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
      Resolving www.getcloudify.org (www.getcloudify.org)... 54.77.157.208
      Connecting to www.getcloudify.org (www.getcloudify.org)|54.77.157.208|:80... connected.
      HTTP request sent, awaiting response... 301 Moved Permanently
      Location: http://cloudify.co/spec/cloudify/3.4/types.yaml [following]
      --2017-11-02 11:53:32-- http://cloudify.co/spec/cloudify/3.4/types.yaml
      Resolving cloudify.co (cloudify.co)... 54.77.157.208
      Reusing existing connection to www.getcloudify.org:80.
      HTTP request sent, awaiting response... 200 OK
      Length: 26484 (26K) [application/octet-stream]
      Saving to: ‘types.yaml’
      
      types.yaml 100%[====================================================>] 25.86K --.-KB/s in 0.06s
      
      2017-11-02 11:53:32 (399 KB/s) - ‘types.yaml’ saved [26484/26484]
      

      Most likely the redirect (301) is not handled correctly...

            andreasgeissler Andreas Geissler
            andreasgeissler Andreas Geissler
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: