unable to upload docker images to the undercloud w/o opening port 8787 on the undercloud
Bug #1651621 reported by
wes hayutin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Invalid
|
Medium
|
Unassigned |
Bug Description
More details to come, this needs to be retested.
To successfully upload the heat-agent container to the undercloud docker registry, port 8787 needs to be opened manually via iptables.
sudo iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 8787 -j ACCEPT
Changed in tripleo: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → ocata-3 |
Changed in tripleo: | |
milestone: | ocata-3 → pike-1 |
Changed in tripleo: | |
milestone: | pike-1 → pike-2 |
tags: | added: containers |
Changed in tripleo: | |
milestone: | pike-2 → pike-3 |
Changed in tripleo: | |
milestone: | pike-3 → pike-rc1 |
Changed in tripleo: | |
milestone: | pike-rc1 → queens-1 |
To post a comment you must log in.
I'm fairly certain this has been fixed for a while, please reopen if not.