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

Add SSH validation to RHEL install graph #105

Merged
merged 1 commit into from May 24, 2016

Conversation

benbp
Copy link
Contributor

@benbp benbp commented May 23, 2016

Adds wait for reboot and SSH validation tasks to the RHEL installer graph (identical process to the CentOS installer updates made last week).

@RackHD/corecommitters @heckj @johren @richav1

@@ -7,13 +7,24 @@ module.exports = {
injectableName: 'Graph.InstallRHEL',
options: {
defaults: {
// Make sure this matches for both the install-os task and the
// rackhd-callback-uri-wait task, so put it in "defaults"
completionUri: 'renasar-ansible.pub',
version: null,
repo: '{{api.server}}/rhel/{{options.version}}/os/x86_64'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@richav1 I noticed in my testing that the default directory structure (for rhel 7.2 at least) doesn't support this URI path ('{{api.server}}/rhel/{{options.version}}' is what works for me). Is this correct or do you have some different directory structure in your test environments?

Copy link

Choose a reason for hiding this comment

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

@benbp First of all, we only use rhel 7.0. Secondly, yes the URI path as is works for use.

@heckj
Copy link
Member

heckj commented May 23, 2016

👍

1 similar comment
@zyoung51
Copy link
Contributor

+1

@anhou anhou merged commit ce462c1 into RackHD:release/1.2.0-branch May 24, 2016
@anhou
Copy link
Member

anhou commented May 24, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants