Skip to content

Commit eb92e77

Browse files
committed
Version 1.1.0-ea-cloudsoft.20160113
1 parent c0713b7 commit eb92e77

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repository contains all of the required Brooklyn entities, locations and ex
1515
[![Latest Builds](http://img.shields.io/badge/version-1.1.0--SNAPSHOT-blue.svg?style=flat)](http://clocker-latest.s3-website-eu-west-1.amazonaws.com/)
1616
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/brooklyncentral/clocker)
1717
<!-- CLOCKER_VERSION_BELOW -->
18-
[![Docker Image](https://badge.imagelayers.io/clockercentral/clocker:1.1.0-PREVIEW.20160112.svg)](https://imagelayers.io/?images=clockercentral/clocker:1.1.0-PREVIEW.20160112)
18+
[![Docker Image](https://badge.imagelayers.io/clockercentral/clocker:1.1.0-ea-cloudsoft.20160113.svg)](https://imagelayers.io/?images=clockercentral/clocker:1.1.0-ea-cloudsoft.20160113)
1919

2020
## Getting started
2121

@@ -37,7 +37,7 @@ depending on your choice of SDN provider.
3737
### Using the latest Clocker release
3838

3939
<!-- CLOCKER_VERSION_BELOW -->
40-
The latest version of Clocker is [1.1.0-PREVIEW.20160112](https://github.com/brooklyncentral/clocker/releases/tag/v1.1.0-PREVIEW.20160112).
40+
The latest version of Clocker is [1.1.0-ea-cloudsoft.20160113](https://github.com/brooklyncentral/clocker/releases/tag/v1.1.0-ea-cloudsoft.20160113).
4141
You can deploy your own **Docker Cloud** with a Weave SDN by running these commands with the _network_ argument
4242
set to `weave`, to use Project Calico as your SDN provider, change the last argument to `calico` instead:
4343
```Bash

clocker.bom

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# limitations under the License.
1414

1515
brooklyn.catalog:
16-
version: "1.1.0-PREVIEW.20160112" # CLOCKER_VERSION
16+
version: "1.1.0-ea-cloudsoft.20160113" # CLOCKER_VERSION
1717

1818
brooklyn.libraries:
1919

20-
- "http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-patches/1.1.0-PREVIEW.20160112/brooklyn-clocker-patches-1.1.0-PREVIEW.20160112.jar" # CLOCKER_VERSION
21-
- "http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-docker/1.1.0-PREVIEW.20160112/brooklyn-clocker-docker-1.1.0-PREVIEW.20160112.jar" # CLOCKER_VERSION
22-
- "http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-dist/1.1.0-PREVIEW.20160112/brooklyn-clocker-dist-1.1.0-PREVIEW.20160112.jar" # CLOCKER_VERSION
20+
- "http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-patches/1.1.0-ea-cloudsoft.20160113/brooklyn-clocker-patches-1.1.0-ea-cloudsoft.20160113.jar" # CLOCKER_VERSION
21+
- "http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-docker/1.1.0-ea-cloudsoft.20160113/brooklyn-clocker-docker-1.1.0-ea-cloudsoft.20160113.jar" # CLOCKER_VERSION
22+
- "http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-dist/1.1.0-ea-cloudsoft.20160113/brooklyn-clocker-dist-1.1.0-ea-cloudsoft.20160113.jar" # CLOCKER_VERSION
2323
- "https://s3-eu-west-1.amazonaws.com/brooklyn-clocker/patch-softlayer-clocker-137.jar"
2424
- "https://oss.sonatype.org/content/repositories/releases/io/brooklyn/networking/brooklyn-networking-portforwarding/0.8.0-incubating/brooklyn-networking-portforwarding-0.8.0-incubating.jar" # ADVANCED_NETWORKING_VERSION
2525
- "https://oss.sonatype.org/content/repositories/releases/io/brooklyn/networking/brooklyn-networking-common/0.8.0-incubating/brooklyn-networking-common-0.8.0-incubating.jar" # ADVANCED_NETWORKING_VERSION

console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>io.brooklyn.clocker</groupId>
3333
<artifactId>brooklyn-clocker-parent</artifactId>
34-
<version>1.1.0-PREVIEW.20160112</version> <!-- CLOCKER_VERSION -->
34+
<version>1.1.0-ea-cloudsoft.20160113</version> <!-- CLOCKER_VERSION -->
3535
<relativePath>../pom.xml</relativePath>
3636
</parent>
3737

dist/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM gliderlabs/alpine:3.1
1616
MAINTAINER andrew.kennedy@cloudsoft.io
1717

1818
# CLOCKER_VERSION_BELOW
19-
LABEL version="1.1.0-PREVIEW.20160112"
19+
LABEL version="1.1.0-ea-cloudsoft.20160113"
2020

2121
RUN apk-install openjdk7-jre-base ; \
2222
apk-install openjdk7-jre-lib ; \
@@ -29,7 +29,7 @@ RUN bash /tmp/certgen.sh /usr/lib/jvm/java-1.7-openjdk/jre/lib/security/cacerts
2929
rm -f /tmp/certgen.sh
3030

3131
# CLOCKER_VERSION_BELOW
32-
RUN wget --no-check-certificate http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-dist/1.1.0-PREVIEW.20160112/brooklyn-clocker-dist-1.1.0-PREVIEW.20160112-dist.tar.gz -O /brooklyn-clocker-dist.tar.gz ; \
32+
RUN wget --no-check-certificate http://ccweb.cloudsoftcorp.com/maven/libs-release-local/io/brooklyn/clocker/brooklyn-clocker-dist/1.1.0-ea-cloudsoft.20160113/brooklyn-clocker-dist-1.1.0-ea-cloudsoft.20160113-dist.tar.gz -O /brooklyn-clocker-dist.tar.gz ; \
3333
tar zxf brooklyn-clocker-dist.tar.gz ; \
3434
rm -f brooklyn-clocker-dist.tar.gz
3535

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>brooklyn-clocker-parent</artifactId>
2424
<groupId>io.brooklyn.clocker</groupId>
25-
<version>1.1.0-PREVIEW.20160112</version> <!-- CLOCKER_VERSION -->
25+
<version>1.1.0-ea-cloudsoft.20160113</version> <!-- CLOCKER_VERSION -->
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

dist/src/main/assembly/conf/brooklyn/default.catalog.bom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
brooklyn.catalog:
16-
version: 1.1.0-PREVIEW.20160112 # CLOCKER_VERSION
16+
version: 1.1.0-ea-cloudsoft.20160113 # CLOCKER_VERSION
1717
items:
1818

1919
# load everything in the classpath with a @Catalog annotation

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>brooklyn-clocker-parent</artifactId>
2424
<groupId>io.brooklyn.clocker</groupId>
25-
<version>1.1.0-PREVIEW.20160112</version> <!-- CLOCKER_VERSION -->
25+
<version>1.1.0-ea-cloudsoft.20160113</version> <!-- CLOCKER_VERSION -->
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

docker/src/main/resources/brooklyn/entity/container/docker/SshdDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ${fullyQualifiedImageName}
1818
MAINTAINER Cloudsoft "brooklyn@cloudsoftcorp.com"
1919

2020
# CLOCKER_VERSION_BELOW
21-
LABEL version="1.1.0-PREVIEW.20160112"
21+
LABEL version="1.1.0-ea-cloudsoft.20160113"
2222

2323
# setup locale
2424
RUN type locale-gen ; if [ "$?" -eq "0" ] ; then locale-gen en_US.UTF-8 ; fi

docker/src/main/resources/brooklyn/entity/container/docker/centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FROM centos:6.6
1818
MAINTAINER Cloudsoft "brooklyn@cloudsoftcorp.com"
1919

2020
# CLOCKER_VERSION_BELOW
21-
LABEL version="1.1.0-PREVIEW.20160112"
21+
LABEL version="1.1.0-ea-cloudsoft.20160113"

docker/src/main/resources/brooklyn/entity/container/docker/coreos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ubuntu:12.04
1818
MAINTAINER Cloudsoft "brooklyn@cloudsoftcorp.com"
1919

2020
# CLOCKER_VERSION_BELOW
21-
LABEL version="1.1.0-PREVIEW.20160112"
21+
LABEL version="1.1.0-ea-cloudsoft.20160113"
2222

2323
# make sure the package repository is up to date
2424
RUN ( echo "deb http://archive.ubuntu.com/ubuntu precise main universe" ; echo "deb http://archive.ubuntu.com/ubuntu precise-updates main universe" ) > /etc/apt/sources.list

docker/src/main/resources/brooklyn/entity/container/docker/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ubuntu:14.04
1818
MAINTAINER Cloudsoft "brooklyn@cloudsoftcorp.com"
1919

2020
# CLOCKER_VERSION_BELOW
21-
LABEL version="1.1.0-PREVIEW.20160112"
21+
LABEL version="1.1.0-ea-cloudsoft.20160113"
2222

2323
# Make sure the package repository is up to date
2424
RUN ( echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" ; echo "deb http://archive.ubuntu.com/ubuntu trusty-updates main universe" ) > /etc/apt/sources.list

docker/src/main/resources/brooklyn/entity/container/docker/ubuntu/NetworkingDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ubuntu:14.04
1818
MAINTAINER Cloudsoft "brooklyn@cloudsoftcorp.com"
1919

2020
# CLOCKER_VERSION_BELOW
21-
LABEL version="1.1.0-PREVIEW.20160112"
21+
LABEL version="1.1.0-ea-cloudsoft.20160113"
2222

2323
# make sure the package repository is up to date
2424
RUN ( echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" ; echo "deb http://archive.ubuntu.com/ubuntu trusty-updates main universe" ) > /etc/apt/sources.list

docker/src/main/resources/brooklyn/entity/container/docker/ubuntu/UsesJavaDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ubuntu:14.04
1818
MAINTAINER Cloudsoft "brooklyn@cloudsoftcorp.com"
1919

2020
# CLOCKER_VERSION_BELOW
21-
LABEL version="1.1.0-PREVIEW.20160112"
21+
LABEL version="1.1.0-ea-cloudsoft.20160113"
2222

2323
# make sure the package repository is up to date
2424
RUN ( echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" ; echo "deb http://archive.ubuntu.com/ubuntu trusty-updates main universe" ) > /etc/apt/sources.list

jsgui/src/main/webapp/assets/tpl/help/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>Clocker Help</h3>
3232
using Docker and Marathon in the Cloud.
3333
</p>
3434
<p>
35-
You are currently using Clocker Version 1.1.0-PREVIEW.20160112 <!-- CLOCKER_VERSION -->
35+
You are currently using Clocker Version 1.1.0-ea-cloudsoft.20160113 <!-- CLOCKER_VERSION -->
3636
</p>
3737
<hr/>
3838
<h3>References</h3>

jsgui/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!-- github GIT_SHA_1 -->
3-
<!-- clocker 1.1.0-PREVIEW.20160112 --> <!-- CLOCKER_VERSION -->
3+
<!-- clocker 1.1.0-ea-cloudsoft.20160113 --> <!-- CLOCKER_VERSION -->
44
<!-- brooklyn 0.9.0-ea-cloudsoft.20160113 --> <!-- BROOKLYN_VERSION -->
55
<!-- advanced-networking 0.9.0-ea-cloudsoft.20160113 --> <!-- ADVANCED_NETWORKING_VERSION -->
66
<!-- jclouds 1.9.2-ea-cloudsoft.20160113 --> <!-- JCLOUDS_VERSION -->

patches/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>brooklyn-clocker-parent</artifactId>
2424
<groupId>io.brooklyn.clocker</groupId>
25-
<version>1.1.0-PREVIEW.20160112</version> <!-- CLOCKER_VERSION -->
25+
<version>1.1.0-ea-cloudsoft.20160113</version> <!-- CLOCKER_VERSION -->
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<groupId>io.brooklyn.clocker</groupId>
3737
<artifactId>brooklyn-clocker-parent</artifactId>
38-
<version>1.1.0-PREVIEW.20160112</version> <!-- CLOCKER_VERSION -->
38+
<version>1.1.0-ea-cloudsoft.20160113</version> <!-- CLOCKER_VERSION -->
3939
<packaging>pom</packaging>
4040
<name>Clocker Project (Parent)</name>
4141
<description>

0 commit comments

Comments
 (0)