-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant up failure for mutlinode deployments #349
Comments
here is the Vagrantfile content require 'vagrant-openstack-provider' Every project will have different server_config.yml fileCONF = YAML.load_file('config.yml') version = Vagrant.configure("2") do |config| nodes.each do |server| os.domain_name = CONF['domain']os.project_name = CONF['project']os.identity_api_version = CONF['api_version']os.region = CONF['region'] # optional
os.user_data = "#cloudconfig" # optional
os.floating_ip = "33.33.33.33"
os.public_key_path = "path" #if keypair_name is not provided, the path to the public key will be used by vagrant to generate a keypair on the OpenStack cloud.
end end |
I'm getting this same error, FWIW |
2018-01-31 14:02 | DEBUG | block in get_server_details - start
2018-01-31 14:02 | DEBUG | request => method : GET
2018-01-31 14:02 | DEBUG | request => url : http://insbu-cliqr-m15-os-ctlr.cisco.com:8774/v2.1/8ae90a3915c94ed6813867bc82093c3a/servers/cb4574d9-6760-4646-a1ad-b3a04b789c0d
2018-01-31 14:02 | DEBUG | request => headers : {"X-Auth-Token"=>"gAAAAABacjyEfjxxZG26gW79BBMpdDo_zP6aFXffjZbIIvLqthFcLxBoe5vBUqEJXhFmNsgfa9MHCfmHmcTd5sGBhT-7bAmBkoKJzB2JILEGBG4ax3YReApH_ODgifG6Lzuyj4NJ5VogwL62uxBZG0h956-CRmE8loWDPe9cnEVdnYLKZf8Vnks", :accept=>:json}
2018-01-31 14:02 | DEBUG | response => code : 200
2018-01-31 14:02 | DEBUG | response => headers : {:content_length=>"1860", :content_type=>"application/json", :openstack_api_version=>"compute 2.1", :x_openstack_nova_api_version=>"2.1", :vary=>"OpenStack-API-Version, X-OpenStack-Nova-API-Version", :x_compute_request_id=>"req-a875078e-2c9c-4e6a-b52a-896bb8bc7efb", :date=>"Wed, 31 Jan 2018 22:01:47 GMT"}
2018-01-31 14:02 | DEBUG | response => body : {"server": {"OS-EXT-STS:task_state": null, "addresses": {"amalkar-net01": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:02", "version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:02", "version": 4, "addr": "10.193.76.221", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://insbu-cliqr-m15-os-ctlr.cisco.com:8774/v2.1/8ae90a3915c94ed6813867bc82093c3a/servers/cb4574d9-6760-4646-a1ad-b3a04b789c0d", "rel": "self"}, {"href": "http://insbu-cliqr-m15-os-ctlr.cisco.com:8774/8ae90a3915c94ed6813867bc82093c3a/servers/cb4574d9-6760-4646-a1ad-b3a04b789c0d", "rel": "bookmark"}], "image": {"id": "206ab0fb-5b1b-4fb8-aca7-d951ac31b72d", "links": [{"href": "http://insbu-cliqr-m15-os-ctlr.cisco.com:8774/8ae90a3915c94ed6813867bc82093c3a/images/206ab0fb-5b1b-4fb8-aca7-d951ac31b72d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-01-31T22:01:17.000000", "flavor": {"id": "20910815-3a34-42df-88fb-e592961f14f2", "links": [{"href": "http://insbu-cliqr-m15-os-ctlr.cisco.com:8774/8ae90a3915c94ed6813867bc82093c3a/flavors/20910815-3a34-42df-88fb-e592961f14f2", "rel": "bookmark"}]}, "id": "cb4574d9-6760-4646-a1ad-b3a04b789c0d", "security_groups": [{"name": "POSTGRES_SEC_GRP"}], "user_id": "5a8bf58fb169446ba5054cef9b4c17df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {"Created By": "Vagrant"}, "status": "ACTIVE", "updated": "2018-01-31T22:01:24Z", "hostId": "e96d5bda2d488ae54ca88cf798ef36b81d585c3ca58b96d3b646a022", "OS-SRV-USG:terminated_at": null, "key_name": "cliqrdev", "name": "postgres-4.9.0", "created": "2018-01-31T22:01:17Z", "tenant_id": "8ae90a3915c94ed6813867bc82093c3a", "os-extended-volumes:volumes_attached": [], "config_drive": ""}}
2018-01-31 14:02 | DEBUG | block in get_server_details - end
2018-01-31 14:02 | INFO | Reading SSH info
==> postgres: Machine booted and ready!
An unknown error happened in Vagrant OpenStack provider
To easily debug what happened, we recommend to set the environment
variable VAGRANT_OPENSTACK_LOG to debug
If doing this does not help fixing your issue, there may be a bug
in the provider. Please submit an issue on Github at
https://github.com/ggiamarchi/vagrant-openstack-provider
with the stracktrace and the logs.
We are looking for feedback, so feel free to ask questions or
describe features you would like to see in this provider.
Catched Error: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
The text was updated successfully, but these errors were encountered: