openstack charms should use port 80 when using apt-key
Bug #1308557 reported by
Chris J Arges
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charm Helpers |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When using openstack charms that require a PPA to be added, if we need to use apt-key to add a gpg key it may use port 11371 which could be blocked in firewalled environments.
In charm-helpers this was updated with:
http://
I'd like to see other affected openstack charms also use this convention to reduce the numbers of ports that need to be opened to deploy openstack.
I know this affects:
ceph
ceph-radosgw
keystone
But there could be others affected.
I'm also wondering why charm-helpers isn't updated in all of these charms.
Related branches
lp://qastaging/~arges/charm-helpers/fix-lp1308557
- Marco Ceppi: Approve
-
Diff: 33 lines (+3/-3)2 files modifiedcharmhelpers/fetch/__init__.py (+1/-1)
tests/fetch/test_fetch.py (+2/-2)
lp://qastaging/~niedbalski/charms/trusty/ceph-radosgw/fix-lp-1308557
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/ceph-radosgw/trunk
at
revision 18
- Marco Ceppi (community): Abstain
- OpenStack Charmers: Pending requested
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/ceph/fix-lp-1308557
- Juan L. Negron (community): Approve
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/cinder/fix-lp-1308557
- Juan L. Negron (community): Approve
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/glance/fix-lp-1308557
- Juan L. Negron (community): Approve
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/keystone/fix-lp-1308557
- Juan L. Negron (community): Approve
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/nova-cloud-controller/fix-lp-1308557
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/nova-cloud-controller/trunk
at
revision 74
- Juan L. Negron (community): Approve
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/nova-compute/fix-lp-1308557
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/nova-compute/trunk
at
revision 60
- Juan L. Negron (community): Approve
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/openstack-dashboard/fix-lp-1308557
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/openstack-dashboard/trunk
at
revision 27
- Marco Ceppi (community): Abstain
- OpenStack Charmers: Pending requested
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/quantum-gateway/fix-lp-1308557
- Marco Ceppi (community): Abstain
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/swift-proxy/fix-lp-1308557
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/swift-proxy/trunk
at
revision 50
- Marco Ceppi (community): Abstain
- OpenStack Charmers: Pending requested
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
lp://qastaging/~niedbalski/charms/trusty/swift-storage/fix-lp-1308557
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/swift-storage/trunk
at
revision 26
- Marco Ceppi (community): Abstain
- OpenStack Charmers: Pending requested
-
Diff: 10 lines (+1/-1)1 file modifiedhooks/charmhelpers/fetch/__init__.py (+1/-1)
description: | updated |
no longer affects: | charms |
Changed in charm-helpers: | |
assignee: | nobody → Jorge Niedbalski (niedbalski) |
Changed in charm-helpers: | |
assignee: | Jorge Niedbalski (niedbalski) → nobody |
To post a comment you must log in.
OK, all tests are passing.
------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ----- ------- ------- ------- ------- ------- ------- ------- ------- -------
TOTAL 2917 220 92%
-------
Ran 595 tests in 2.259s
OK
The specified test_requirements are not working properly.
Proposed MR on this; https:/ /code.launchpad .net/~niedbalsk i/charm- helpers/ fix-test_ requirements/ +merge/ 216902