Skip to content

Commit

Permalink
changed default to 16.4.4-9007-20170506.145733
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed May 12, 2017
1 parent 023f72b commit 8cfe731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Requires Docker to be installed. We have created `avinetworks.docker` to install
| Variable | Required | Default | Comments |
|----------|----------|---------|----------|
| `con_docker_repo` | No | `None` | If using a local repository please enter it here. |
| `con_version` | No | `latest` | Version of the Avi Controller package you want to deploy. |
| `con_version` | No | `16.4.4-9007-20170506.145733` | Version of the Avi Controller package you want to deploy. |
| `con_image` | No | `avinetworks/controller:{{ con_version }}` | Full name of the controller image. |
| `con_docker_repo_user` | No | `None` | User to be used for repository authentication. |
| `con_docker_repo_password` | No | `None` | Password to be used for repository authentication. |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ con_package_dest: /tmp/controller_docker.tgz
con_docker_repo: ~
con_docker_repo_user: ~
con_docker_repo_password: ~
con_version: latest
con_version: 16.4.4-9007-20170506.145733
con_image: "avinetworks/controller:{{ con_version }}"

# parameters for the CSP deployment
Expand Down

0 comments on commit 8cfe731

Please sign in to comment.