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

Improve os kubespray #357

Merged
merged 6 commits into from
Sep 11, 2018
Merged

Improve os kubespray #357

merged 6 commits into from
Sep 11, 2018

Conversation

katyafervent
Copy link
Contributor

No description provided.

@katyafervent katyafervent force-pushed the improve-os-kubespray branch 8 times, most recently from 0ee2c08 to 509518a Compare September 11, 2018 13:26
@@ -711,6 +716,9 @@ def provision(self):
image=self.meta['image'],
flavor=self.meta['master_flavor'],
network=network):
if master.status == 'ERROR':
raise RuntimeError('Could not spawn the instance. Check Openstack logs')
Copy link
Contributor

Choose a reason for hiding this comment

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

specify master.id or smth similar to point user into specific instance logs

@@ -725,6 +733,8 @@ def provision(self):
flavor=self.meta['slave_flavor'],
network=network,
add_random_suffix=True):
if slave.status == 'ERROR':
raise RuntimeError('Could not spawn the instance. Check Openstack logs')
Copy link
Contributor

Choose a reason for hiding this comment

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

specify slave.id or smth similar to point user into specific instance logs

@naumvd95 naumvd95 merged commit de7ece0 into master Sep 11, 2018
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.

2 participants