Skip to content

Commit

Permalink
Bumped agent version
Browse files Browse the repository at this point in the history
Bumped the agent version to the latest after the changes from
http://bellevue-ci.eng.vmware.com:8080/#/c/18205/
and rebuilding all the official agent images.

Change-Id: I6cc2dfb5b66a784d44bc08ff7559af6b8099154f
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/18221
Upgrade-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
Reviewed-by: Lazarin Lazarov <[email protected]>
  • Loading branch information
Sergio Sanchez committed Oct 6, 2017
1 parent 1b9e11b commit de02398
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import com.vmware.xenon.common.UriUtils;

public class SystemContainerDescriptions {
/*Instance to link to when existing containers are discovered on a host */
/* Instance to link to when existing containers are discovered on a host */
public static final String DISCOVERED_INSTANCE = "discovered";
public static final String DISCOVERED_DESCRIPTION_LINK = UriUtils.buildUriPath(
ContainerDescriptionService.FACTORY_LINK, DISCOVERED_INSTANCE);
Expand All @@ -32,7 +32,7 @@ public class SystemContainerDescriptions {
private static final String AGENT_CONTAINER_ID_SEPARATOR = "__";
public static final String CORE_AGENT_SHELL_PORT = System.getProperty(
"dcp.management.host.container.agent.shell.port", "4200");
//The image name is referenced in agents/core/Makefile
// The image name is referenced in agents/core/Makefile
public static final String AGENT_IMAGE_NAME = System.getProperty(
"dcp.management.images.agent.name", "vmware/admiral_agent");
public static final String AGENT_IMAGE_TAR_FILENAME = "admiral_agent";
Expand All @@ -42,7 +42,7 @@ public class SystemContainerDescriptions {
"/var/run/docker.sock:/var/run/docker.sock",
"/etc/docker:/etc/docker" };
public static final String AGENT_IMAGE_VERSION_PROPERTY_NAME = "dcp.management.images.agent.version";
private static final String AGENT_IMAGE_VERSION = "1.2.0";
private static final String AGENT_IMAGE_VERSION = "1.2.2";

/** Create a container description to be used for installing host agents containers. */
public static ContainerDescription buildCoreAgentContainerDescription() {
Expand Down

0 comments on commit de02398

Please sign in to comment.