diff options
author | Matt Woodson <mwoodson@redhat.com> | 2016-01-18 15:01:45 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2016-01-18 15:01:45 -0500 |
commit | 5fa0543baaf0403b4a8fb4ccfae3b5723baa8ae1 (patch) | |
tree | eeb8fbf9db58ba93df02fa2b003d21671a08e8d3 /playbooks | |
parent | 965c614859a0318c956b4a9ab312c7c856facaa1 (diff) | |
download | openshift-5fa0543baaf0403b4a8fb4ccfae3b5723baa8ae1.tar.gz openshift-5fa0543baaf0403b4a8fb4ccfae3b5723baa8ae1.tar.bz2 openshift-5fa0543baaf0403b4a8fb4ccfae3b5723baa8ae1.tar.xz openshift-5fa0543baaf0403b4a8fb4ccfae3b5723baa8ae1.zip |
added oso_moniotoring tools role
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml b/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml index 174cea460..d24e9cafa 100644 --- a/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml +++ b/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml @@ -20,7 +20,7 @@ # ansible-playbook -e 'cli_tag_name=ops-compute-12345' grow_docker_vg.yml # # Notes: -# * By default this will do a 55GB GP2 volume. The can be overidden with the "-e 'cli_volume_size=100'" variable +# * By default this will do a 200GB GP2 volume. The can be overidden with the "-e 'cli_volume_size=100'" variable # * This does a GP2 by default. Support for Provisioned IOPS has not been added # * This will assign the new volume to /dev/xvdc. This is not variablized, yet. # * This can be done with NO downtime on the host @@ -36,7 +36,7 @@ vars: cli_volume_type: gp2 - cli_volume_size: 55 + cli_volume_size: 200 # cli_volume_iops: "{{ 30 * cli_volume_size }}" pre_tasks: |