Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ansible/inventory/group_vars/all/seed
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ seed_users: "{{ users_default }}"
# Example:
# seed_containers:
# squid:
# image: "stackhpc/squid:3.5.20-1"
# image: "docker.io/stackhpc/squid"
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
# tag: "3.5.20-1"
#
seed_containers: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ For example, to deploy a squid container image:

seed_containers:
squid:
image: "stackhpc/squid:3.5.20-1"
image: "docker.io/stackhpc/squid"
pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
pre_destroy: "{{ kayobe_env_config_path }}/containers/squid/pre_destroy.yml"
post_destroy: "{{ kayobe_env_config_path }}/containers/squid/post_destroy.yml"
tag: "3.5.20-1"

Please notice the *optional* pre, post, pre_destroy, and post_destroy Ansible task
files - those need to be created in ``kayobe-config`` path. The table below describes
Expand Down
3 changes: 2 additions & 1 deletion etc/kayobe/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@
# Example:
# seed_containers:
# squid:
# image: "stackhpc/squid:3.5.20-1"
# image: "docker.io/stackhpc/squid"
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
# tag: "3.5.20-1"
#
#seed_containers:

Expand Down