From 7bb837fc656a9819c4447eb74a9c1650942e923c Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 25 Sep 2014 13:54:19 -0700 Subject: [PATCH] Add a push script for each of the separate daemons This pushes to the docker registry. --- docker/cinder/push | 2 ++ docker/fedora-rdo-base/push | 2 ++ docker/glance/glance-api/push | 2 ++ docker/glance/glance-base/push | 2 ++ docker/glance/glance-registry/push | 2 ++ docker/heat/heat-api/push | 2 ++ docker/heat/heat-base/push | 2 ++ docker/heat/heat-engine/push | 2 ++ docker/keystone/push | 2 ++ docker/mariadb/push | 2 ++ docker/rabbitmq/push | 2 ++ docker/swift/swift-account/push | 2 ++ docker/swift/swift-base/push | 2 ++ docker/swift/swift-container/push | 2 ++ docker/swift/swift-object/push | 2 ++ docker/swift/swift-proxy-server/push | 2 ++ 16 files changed, 32 insertions(+) create mode 100755 docker/cinder/push create mode 100755 docker/fedora-rdo-base/push create mode 100755 docker/glance/glance-api/push create mode 100755 docker/glance/glance-base/push create mode 100755 docker/glance/glance-registry/push create mode 100755 docker/heat/heat-api/push create mode 100755 docker/heat/heat-base/push create mode 100755 docker/heat/heat-engine/push create mode 100755 docker/keystone/push create mode 100755 docker/mariadb/push create mode 100755 docker/rabbitmq/push create mode 100755 docker/swift/swift-account/push create mode 100755 docker/swift/swift-base/push create mode 100755 docker/swift/swift-container/push create mode 100755 docker/swift/swift-object/push create mode 100755 docker/swift/swift-proxy-server/push diff --git a/docker/cinder/push b/docker/cinder/push new file mode 100755 index 0000000000..58795abb02 --- /dev/null +++ b/docker/cinder/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-cinder . diff --git a/docker/fedora-rdo-base/push b/docker/fedora-rdo-base/push new file mode 100755 index 0000000000..ed6c6029ba --- /dev/null +++ b/docker/fedora-rdo-base/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-base . diff --git a/docker/glance/glance-api/push b/docker/glance/glance-api/push new file mode 100755 index 0000000000..6c1edacbe3 --- /dev/null +++ b/docker/glance/glance-api/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-glance-api . diff --git a/docker/glance/glance-base/push b/docker/glance/glance-base/push new file mode 100755 index 0000000000..3de87a26c8 --- /dev/null +++ b/docker/glance/glance-base/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-glance-base . diff --git a/docker/glance/glance-registry/push b/docker/glance/glance-registry/push new file mode 100755 index 0000000000..f69cca5a17 --- /dev/null +++ b/docker/glance/glance-registry/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-glance-registry . diff --git a/docker/heat/heat-api/push b/docker/heat/heat-api/push new file mode 100755 index 0000000000..3ab396aee3 --- /dev/null +++ b/docker/heat/heat-api/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-heat-api . diff --git a/docker/heat/heat-base/push b/docker/heat/heat-base/push new file mode 100755 index 0000000000..ef525ec870 --- /dev/null +++ b/docker/heat/heat-base/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-heat-base . diff --git a/docker/heat/heat-engine/push b/docker/heat/heat-engine/push new file mode 100755 index 0000000000..9948eb1006 --- /dev/null +++ b/docker/heat/heat-engine/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-heat-engine . diff --git a/docker/keystone/push b/docker/keystone/push new file mode 100755 index 0000000000..5e7bc88cb1 --- /dev/null +++ b/docker/keystone/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-keystone . diff --git a/docker/mariadb/push b/docker/mariadb/push new file mode 100755 index 0000000000..da6da778d1 --- /dev/null +++ b/docker/mariadb/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-mariadb . diff --git a/docker/rabbitmq/push b/docker/rabbitmq/push new file mode 100755 index 0000000000..f4dcc1fce2 --- /dev/null +++ b/docker/rabbitmq/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-rabbitmq . diff --git a/docker/swift/swift-account/push b/docker/swift/swift-account/push new file mode 100755 index 0000000000..e0aad88b90 --- /dev/null +++ b/docker/swift/swift-account/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-swift-account . diff --git a/docker/swift/swift-base/push b/docker/swift/swift-base/push new file mode 100755 index 0000000000..2f0213c4d5 --- /dev/null +++ b/docker/swift/swift-base/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-swift-base . diff --git a/docker/swift/swift-container/push b/docker/swift/swift-container/push new file mode 100755 index 0000000000..a805879a32 --- /dev/null +++ b/docker/swift/swift-container/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-swift-container . diff --git a/docker/swift/swift-object/push b/docker/swift/swift-object/push new file mode 100755 index 0000000000..7f05b63796 --- /dev/null +++ b/docker/swift/swift-object/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-swift-object . diff --git a/docker/swift/swift-proxy-server/push b/docker/swift/swift-proxy-server/push new file mode 100755 index 0000000000..60208c931c --- /dev/null +++ b/docker/swift/swift-proxy-server/push @@ -0,0 +1,2 @@ +#!/bin/bash +docker push kollaglue/fedora-rdo-swift-proxy .