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

Replace multi-service ironic container with several containers #646

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

dtantsur
Copy link
Member

@@ -60,7 +60,7 @@ wait_for_json ironic \
20 \
-H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: wait-for-json" -H "X-Auth-Token: $OS_TOKEN"

if [ $(sudo podman ps | grep -w -e "ironic$" -e "ironic-inspector$" -e "dnsmasq" -e "httpd" | wc -l) != 4 ]; then
if [ $(sudo podman ps | grep -w -e "ironic-api$" -e "ironic-conductor$" -e "ironic-inspector$" -e "dnsmasq" -e "httpd" | wc -l) != 5 ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this check ironic-exporter too?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's not strictly required for deployment, so I'd avoid it here.

@hardys
Copy link

hardys commented Jul 8, 2019

Note that pretty soon we'll move away from dev-scripts managing all the ironic things, so we'll need to align metal3-io/baremetal-operator#212 #635 and openshift-metal3/kni-installer#100 with this.

@dtantsur
Copy link
Member Author

dtantsur commented Jul 8, 2019

Right. This patch is still useful to prove that the split works (I'll run the CI when the dependency merges).

@hardys hardys added the CI check this PR with CI label Jul 8, 2019
@metal3ci
Copy link

metal3ci commented Jul 8, 2019

Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/842/

@hardys
Copy link

hardys commented Jul 8, 2019

Ok this passed CI and we'll need this landed to test a follow-up PR to ironic-image that adds logging for the new entrypoints, so lets go ahead and merge this.

@hardys hardys merged commit aa9e3a5 into openshift-metal3:master Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI check this PR with CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants