Dears,
i am trying to apply neutron proposal on Controller Node with Openvsiwtch and Gre but it’s failed with below message
Failed to apply the proposal to: d44-a8-42-2b-0e-6d.barqsystems.local
Most recent logged lines from the Chef run:
STDOUT:
STDERR:
---- End output of neutron --os-username ‘neutron’ --os-password ‘QvGMNJT4ePGC’ --os-tenant-name ‘service’ --os-auth-url ‘http://d44-a8-42-2b-0e-6d.barqsystems.local:5000/v3/’ --os-region-name ‘RegionOne’ --os-user-domain-name Default --os-project-domain-name Default --endpoint-type internalURL net-list &>/dev/null ----
Ran neutron --os-username ‘neutron’ --os-password ‘QvGMNJT4ePGC’ --os-tenant-name ‘service’ --os-auth-url ‘http://d44-a8-42-2b-0e-6d.barqsystems.local:5000/v3/’ --os-region-name ‘RegionOne’ --os-user-domain-name Default --os-project-domain-name Default --endpoint-type internalURL net-list &>/dev/null returned 1
Resource Declaration:
In /var/chef/cache/cookbooks/neutron/recipes/post_install_conf.rb
162: execute “Neutron network configuration” do
163: command “#{neutron_cmd} net-list &>/dev/null”
164: retries 5
165: retry_delay 10
166: action :nothing
167: notifies :run, “execute[create_fixed_network]”, :delayed
168: notifies :run, “execute[create_floating_network]”, :delayed
169: notifies :run, “execute[create_fixed_subnet]”, :delayed
170: notifies :run, “execute[create_floating_subnet]”, :delayed
171: notifies :run, “execute[create_router]”, :delayed
172: notifies :run, “execute[set_router_gateway]”, :delayed
173: notifies :run, “execute[add_fixed_network_to_router]”, :delayed
174: end
175:
Compiled Resource:
Declared in /var/chef/cache/cookbooks/neutron/recipes/post_install_conf.rb:162:in `from_file’
execute(“Neutron network configuration”) do
action [:nothing]
retries 0
retry_delay 10
command “neutron --os-username ‘neutron’ --os-password ‘QvGMNJT4ePGC’ --os-tenant-name ‘service’ --os-auth-url ‘http://d44-a8-42-2b-0e-6d.barqsystems.local:5000/v3/’ --os-region-name ‘RegionOne’ --os-user-domain-name Default --os-project-domain-name Default --endpoint-type internalURL net-list &>/dev/null”
backup 5
returns 0
cookbook_name “neutron”
recipe_name “post_install_conf”
end
[2016-11-13T12:25:23+02:00] ERROR: Running exception handlers
[2016-11-13T12:25:23+02:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2016-11-13T12:25:23+02:00] ERROR: Exception handlers complete
[2016-11-13T12:25:23+02:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2016-11-13T12:25:23+02:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: execute[Neutron network configuration] (neutron::post_install_conf line 162) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received ‘1’
---- Begin output of neutron --os-username ‘neutron’ --os-password ‘QvGMNJT4ePGC’ --os-tenant-name ‘service’ --os-auth-url ‘http://d44-a8-42-2b-0e-6d.barqsystems.local:5000/v3/’ --os-region-name ‘RegionOne’ --os-user-domain-name Default --os-project-domain-name Default --endpoint-type internalURL net-list &>/dev/null ----
STDOUT:
STDERR:
---- End output of neutron --os-username ‘neutron’ --os-password ‘QvGMNJT4ePGC’ --os-tenant-name ‘service’ --os-auth-url ‘http://d44-a8-42-2b-0e-6d.barqsystems.local:5000/v3/’ --os-region-name ‘RegionOne’ --os-user-domain-name Default --os-project-domain-name Default --endpoint-type internalURL net-list &>/dev/null ----
Ran neutron --os-username ‘neutron’ --os-password ‘QvGMNJT4ePGC’ --os-tenant-name ‘service’ --os-auth-url ‘http://d44-a8-42-2b-0e-6d.barqsystems.local:5000/v3/’ --os-region-name ‘RegionOne’ --os-user-domain-name Default --os-project-domain-name Default --endpoint-type internalURL net-list &>/dev/null returned 1