Skip to content

Commit

Permalink
Shrink image to 2G and correct repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Messerli committed Sep 5, 2019
1 parent 06826ef commit 3843aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- cp squashible.yml squashible/
- cd squashible
- sudo ansible-playbook -i hosts_generator.py squashible.yml -e "live_os=centos_7"
-e "rootfs_size=4G"
-e "rootfs_size=2G"
- ls -lah live_output
- sudo chown -R travis:travis live_output
- cd live_output
Expand Down
5 changes: 2 additions & 3 deletions roles/prep-hp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description: Management Component Pack
baseurl: http://downloads.linux.hpe.com/repo/mcp/centos/7/x86_64/current
state: present
file: mcp.repo
file: mcp
enabled: yes
gpgcheck: no
when: ansible_distribution == "CentOS"
Expand All @@ -32,7 +32,7 @@
description: HP Smart Update Manager
baseurl: http://downloads.linux.hpe.com/repo/hpsum/rhel/7/x86_64/current
state: present
file: hpsum.repo
file: hpsum
enabled: yes
gpgcheck: no
gpgkey: file:///etc/pki/rpm-gpg/GPG-KEY-hpsum
Expand All @@ -42,7 +42,6 @@
package:
name: "{{ item }}"
with_items:
- hp-health
- hponcfg
- hpsum
- ssa
Expand Down

0 comments on commit 3843aaa

Please sign in to comment.