Skip to content

Replace multi-service ironic container with several containers#646

Merged
hardys merged 1 commit intoopenshift-metal3:masterfrom
dtantsur:split
Jul 8, 2019
Merged

Replace multi-service ironic container with several containers#646
hardys merged 1 commit intoopenshift-metal3:masterfrom
dtantsur:split

Conversation

@dtantsur
Copy link
Copy Markdown
Member

Comment thread 06_create_cluster.sh
-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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
Copy Markdown

metal3ci commented Jul 8, 2019

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

@hardys
Copy link
Copy Markdown

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