config: Add public production Swift URL and Ubuntu AMQP server

These are all public information. Just use a stub for the (secret) password.
bzr-import-20160707
Martin Pitt 10 years ago
parent 42e1ac635d
commit 65b2686232

@ -67,9 +67,9 @@ ADT_ENABLE = yes
ADT_DEBUG = no ADT_DEBUG = no
ADT_ARCHES = amd64 i386 ADT_ARCHES = amd64 i386
# comment this to disable autopkgtest requests # comment this to disable autopkgtest requests
#ADT_AMQP = amqp://user:pwd@amqp.example.com ADT_AMQP = amqp://test_request:password@162.213.33.228
# Swift base URL with the results (must be publicly readable and browsable) # Swift base URL with the results (must be publicly readable and browsable)
#ADT_SWIFT_URL = https://objectstorage.mycloud.example.com/v1/AUTH_autopkgtest ADT_SWIFT_URL = https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
BOOTTEST_ENABLE = yes BOOTTEST_ENABLE = yes
BOOTTEST_DEBUG = yes BOOTTEST_DEBUG = yes

@ -67,6 +67,6 @@ ADT_ENABLE = yes
ADT_DEBUG = no ADT_DEBUG = no
ADT_ARCHES = amd64 i386 ADT_ARCHES = amd64 i386
# comment this to disable autopkgtest requests # comment this to disable autopkgtest requests
#ADT_AMQP = amqp://user:pwd@amqp.example.com ADT_AMQP = amqp://test_request:password@162.213.33.228
# Swift base URL with the results (must be publicly readable and browsable) # Swift base URL with the results (must be publicly readable and browsable)
#ADT_SWIFT_URL = https://objectstorage.mycloud.example.com/v1/AUTH_autopkgtest ADT_SWIFT_URL = https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac

Loading…
Cancel
Save