-
Notifications
You must be signed in to change notification settings - Fork 5
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
St 14 13 acu173881 update new os #22
Conversation
…Berksfile to bring in newer version of rsyslog that has fix to use upstart for ubuntu.
…epo. update apt and use yum-epel cookbook. edit /etc/hosts for testing due to changes in apache2 cookbook
- Installs HAProxy 1.5.4
…install php-devel.
@rs-cookbooks-ci test this please |
1 similar comment
@rs-cookbooks-ci test this please |
@@ -57,6 +57,14 @@ | |||
f.run_action(:create) | |||
end | |||
|
|||
# Add hostname entry in /etc/hosts to resolve to 127.0.0.1. | |||
# This allows 'httpd -t' to not timeout during apache2::default. | |||
cmd = Mixlib::ShellOut.new('hostname') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason that his isn't coming from node['hostname']
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node['hostname']
only returned first section of the hostname
. ie www
instead of www.example.com
. And node['domain']
was empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Err, node['fdqn']
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node['fqdn']
was empty as well.
Running with RHEL 7.0:
fqdn = #{node['fqdn']} domain = #{node['domain']}
returns
fqdn = domain =
This behavior only happens with RHEL 7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, it looks like the reason for this is hashicorp/vagrant#4465.
- Add a checksum for remote_file resource. - Combine two compile_time resource blocks into one. - Remove the already default backup attribute from cookbook_file resource.
…ale-cookbooks/rs-haproxy into st_14_13_acu173881_update_new_os
Test FAILed. |
1 similar comment
Test FAILed. |
@rs-cookbooks-ci test this please |
Update location of cookbooks in Berksfile and README.md. Recent change of disabling private_network config prevented setting the internal network interface. Changed this by disabling routing with a netmask of 255.255.255.255, allowing multiple hosts to have the IP.
Test FAILed. |
@rs-cookbooks-ci test this please |
Remove box_url in .kitchen.yml for OS's already provided by opscode.
@rs-cookbooks-ci test this please |
…pdate_new_os St 14 13 acu173881 update new os
No description provided.