-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding config ceph5playground * Adding config ceph5playground * Adding config ceph5playground * Adding config ceph5playground * Adding config ceph5playground * Adding config ceph5playground * Adding config ceph5playground * Adding config ceph5playground * Update ceph5-playground config * Update ceph5-playground config * Update ceph5-playground config * Update ceph5-playground config * Delete ansible/configs/ceph5-playground/topology.png
- Loading branch information
1 parent
f2d9dee
commit a15abee
Showing
10 changed files
with
842 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
== Overview | ||
|
||
Ceph 5 Playground running on OpenShift Virtualization. Legacy demo to be decomissioned in the future. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
output_dir: /tmp/output_dir | ||
|
||
## Common repositories | ||
rhel_repos: | ||
- "rhel-8-for-x86_64-baseos-rpms" | ||
- "rhel-8-for-x86_64-appstream-rpms" | ||
- "ansible-2-for-rhel-8-x86_64-rpms" | ||
- "ansible-2.9-for-rhel-8-x86_64-rpms" | ||
|
||
rhel_lock_release: '8.6' | ||
|
||
|
||
# Do you want to run a full yum update | ||
update_packages: false | ||
|
||
# This var is used to identify stack (cloudformation, azure resourcegroup, ...) | ||
project_tag: "{{ env_type }}-{{ guid }}" | ||
|
||
# This is where the ssh_config file will be created, this file is used to | ||
# define the communication method to all the hosts in the deployment | ||
deploy_local_ssh_config_location: "{{output_dir}}/" | ||
|
||
install_bastion: true | ||
install_common: true | ||
|
||
set_env_authorized_key: true | ||
env_authorized_key: "{{guid}}key" | ||
|
||
# ------------------------------------------------- | ||
# Role: control-user | ||
# ------------------------------------------------- | ||
install_control_user: true | ||
student_name: student | ||
student_password: "{{ common_password }}" | ||
control_user_name: "{{ student_name }}" | ||
control_user_password: "{{ common_password }}" | ||
control_user_private_group: "{{ omit }}" | ||
control_user_ssh_config: ./files/ssh_config.j2 | ||
|
||
# ------------------------------------------------- | ||
# Role: bastion-lite | ||
# ------------------------------------------------- | ||
install_bastion_lite: true | ||
|
||
# ------------------------------------------------- | ||
# Role: set-repositories | ||
# ------------------------------------------------- | ||
repo_method: satellite | ||
use_content_view: true | ||
|
||
# ------------------------------------------------- | ||
# Role: common | ||
# ------------------------------------------------- | ||
common_packages: | ||
- python3 | ||
- unzip | ||
- bash-completion | ||
- tmux | ||
- bind-utils | ||
- wget | ||
- nano | ||
- git | ||
- vim-enhanced |
Oops, something went wrong.