Declared in /var/chef/cache/cookbooks/nfs-server/recipes/default.rb:49:in `from_file’
package(“nfs-utils”) do
action :install
retries 0
retry_delay 2
package_name “nfs-utils”
cookbook_name “nfs-server”
recipe_name “default”
end
[2016-12-06T16:27:18-05:00] ERROR: Running exception handlers
[2016-12-06T16:27:18-05:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2016-12-06T16:27:18-05:00] ERROR: Exception handlers complete
[2016-12-06T16:27:18-05:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2016-12-06T16:27:18-05:00] FATAL: Chef::Exceptions: package[nfs-utils] (nfs-server::default line 49) had an error: Chef::Exceptions: zypper failed - #!
After installing suse cloud 6 i don’t have connection to internet i try retake snapshot from virtualbox and check with guide what im doing wrong , but it feels i didn’t miss anythink . I try also update this package ,but in result i have the highest version of it . I get this error also when i want set up root password to direct login.
Declared in /var/chef/cache/cookbooks/nfs-server/recipes/default.rb:49:in `from_file’
package(“nfs-utils”) do
action :install
retries 0
retry_delay 2
package_name “nfs-utils”
cookbook_name “nfs-server”
recipe_name “default”
end
[2016-12-06T16:27:18-05:00] ERROR: Running exception handlers
[2016-12-06T16:27:18-05:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2016-12-06T16:27:18-05:00] ERROR: Exception handlers complete
[2016-12-06T16:27:18-05:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2016-12-06T16:27:18-05:00] FATAL: Chef::Exceptions: package[nfs-utils] (nfs-server::default line 49) had an error: Chef::Exceptions: zypper failed - #!
After installing suse cloud 6 i don’t have connection to internet i try retake snapshot from virtualbox and check with guide what im doing wrong , but it feels i didn’t miss anythink . I try also update this package ,but in result i have the highest version of it . I get this error also when i want set up root password to direct login.[/QUOTE]
I cant setap nodes to . they have status Hardware installed and they stay in this status
On which node did you try the manual install? On your control/compute node(s) or the admin server? I would assume that you don’t have the required pool and update repositories for SLES12SP1 configured on your admin server:
/srv/tftpboot/suse-12.1/x86_64/repos/SLES12-SP1-Pool/
/srv/tftpboot/suse-12.1/x86_64/repos/SLES12-SP1-Updates/
The admin would be ntp-server, and all other nodes would be ntp-clients, but if they can’t reach your product repository, crowbar won’t be able to install the necessary software.
I can’t say anything about the internet connectivity, that’s not really my strong suit
On which node did you try the manual install? On your control/compute node(s) or the admin server? I would assume that you don’t have the required pool and update repositories for SLES12SP1 configured on your admin server:
/srv/tftpboot/suse-12.1/x86_64/repos/SLES12-SP1-Pool/
/srv/tftpboot/suse-12.1/x86_64/repos/SLES12-SP1-Updates/
The admin would be ntp-server, and all other nodes would be ntp-clients, but if they can’t reach your product repository, crowbar won’t be able to install the necessary software.
I can’t say anything about the internet connectivity, that’s not really my strong suit :-D[/QUOTE]
yes i copied those Cds and i have trouble with admin server.
On 08/12/16 13:04, naukasuse12 wrote:
[color=blue]
yes i copied those Cds and i have trouble with admin server.[/color]
Re-reading your original post you said “i want add external ntp server”
but also “i don’t have connection to internet” - without the latter you
can’t do the former.
In order to install SUSE OpenStack Cloud time must be synchronised and
if it isn’t it can affect things you might not expect to be affected
(but it’s not necessarily reported as a time synchronisation problem).
yes i copied those Cds and i have trouble with admin server.[/color]
Re-reading your original post you said “i want add external ntp server”
but also “i don’t have connection to internet” - without the latter you
can’t do the former.
In order to install SUSE OpenStack Cloud time must be synchronised and
if it isn’t it can affect things you might not expect to be affected
(but it’s not necessarily reported as a time synchronisation problem).
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below. Thanks.
------------------------------------------------------------------------[/QUOTE]
I do installation again so ,
I got this same configuration like in you presentation execp i update my repos while i got internet via smt.
My conf is this:
i got 2 nic cards on virtualbox
one addhost only 192.168.124.1 255.255.255.0 no dhcp
-second is normal nat ( i lose him after launch instalation script
Ntp is my gateway 192.168.124.1 it works fine
node are present and responding but suse cloud don’t want install sledgehammer on it . I allocate them ,and they stay in hardware installed state
all my nodes has one card add host only .
[QUOTE=naukasuse12;35681]I do installation again so ,
I got this same configuration like in you presentation execp i update my repos while i got internet via smt.
My conf is this:
i got 2 nic cards on virtualbox
one addhost only 192.168.124.1 255.255.255.0 no dhcp
-second is normal nat ( i lose him after launch instalation script
Ntp is my gateway 192.168.124.1 it works fine
node are present and responding but suse cloud don’t want install sledgehammer on it . I allocate them ,and they stay in hardware installed state
all my nodes has one card add host only .[/QUOTE]
I mean crowbar try install the software but it fails idk why . He got strange loop . He enter to installing state , reset my node vm , reseted vm become not ready (gray state ) and after few sec/min it back to installed hardware state . and that again again .
[QUOTE=naukasuse12;35682]I mean crowbar try install the software but it fails idk why . He got strange loop . He enter to installing state , reset my node vm , reseted vm become not ready (gray state ) and after few sec/min it back to installed hardware state . and that again again .
Ok i solve this problem . I add connection to internet via bridige adapter instead nat. And set up bastion on proper ip now i get everythink fine.But ! I cant add ssh-key i got this error
Failed to apply the proposal to: d08-00-27-65-09-84.cloud.com
Most recent logged lines from the Chef run:
50: hash_string = $1.gsub(/\\([^"])/) { |m| ‘\\’ + m }
51:
52: Shellwords.split(hash_string).each do |kvpair|
53: break if kvpair == “op”
54: unless kvpair =~ /^(.+?)=(.)$/
55>> raise "Couldn’t understand ‘#{kvpair}’ for ‘#{data_type}’ section “\
56: “of #{name} resource (definition was [#{obj_definition}])”
57: end
58: k, v = $1, $2
59: h[k] = v.sub(/^”(.)"$/, “\1”)
60: end
61: h
62: end
63: end
64: end