Skip to content
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

Merged
merged 21 commits into from
Oct 10, 2014
Merged

Conversation

lopaka
Copy link
Contributor

@lopaka lopaka commented Oct 7, 2014

No description provided.

@david-vo
Copy link
Contributor

david-vo commented Oct 7, 2014

@rs-cookbooks-ci test this please

1 similar comment
@david-vo
Copy link
Contributor

david-vo commented Oct 7, 2014

@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')
Copy link
Contributor

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']?

Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err, node['fdqn'].

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Lopaka Delp and others added 4 commits October 7, 2014 23:07
- 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
@rs-cookbooks-ci
Copy link

Test FAILed.

1 similar comment
@rs-cookbooks-ci
Copy link

Test FAILed.

@david-vo
Copy link
Contributor

david-vo commented Oct 9, 2014

@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.
@rs-cookbooks-ci
Copy link

Test FAILed.

@lopaka
Copy link
Contributor Author

lopaka commented Oct 10, 2014

@rs-cookbooks-ci test this please

Remove box_url in .kitchen.yml for OS's already provided by opscode.
@david-vo
Copy link
Contributor

@rs-cookbooks-ci test this please

douglaswth added a commit that referenced this pull request Oct 10, 2014
…pdate_new_os

St 14 13 acu173881 update new os
@douglaswth douglaswth merged commit b2d8f22 into master Oct 10, 2014
@douglaswth douglaswth deleted the st_14_13_acu173881_update_new_os branch October 10, 2014 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants