Skip to content

Commit

Permalink
ci(example): remove blockbox as example of raw (#86)
Browse files Browse the repository at this point in the history
* ci(example): remove blockbox as example of raw

* ci(archive): remove docker-compose.yml test
  • Loading branch information
noelmcloughlin authored Jan 25, 2022
1 parent 866f34b commit 5712cab
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 52 deletions.
7 changes: 0 additions & 7 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ packages:
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
# yamllint enable rule:line-length
blockbox:
dest: /usr/local/src/
dl:
format: raw
# yamllint disable-line rule:line-length
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
kubectl:
dest: /usr/local/bin
dl:
Expand Down
1 change: 0 additions & 1 deletion test/integration/default/controls/archives_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
end

%w[
docker-compose.yml
phantomjs-2.1.1-linux-x86_64/bin
].each do |f|
describe file("/usr/local/src/#{f}") do
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/debian-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
kubectl:
dest: /usr/local/bin
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/debian-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
kubectl:
dest: /usr/local/bin
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/debian-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
kubectl:
dest: /usr/local/bin
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/ubuntu-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
phantomjs:
dest: /usr/local/src/
dl:
Expand Down
6 changes: 0 additions & 6 deletions test/integration/default/files/_mapdata/ubuntu-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ values:
unwanted:
- /usr/local/boring_archive_software
wanted:
blockbox:
dest: /usr/local/src/
dl:
format: raw
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
phantomjs:
dest: /usr/local/src/
dl:
Expand Down
7 changes: 0 additions & 7 deletions test/salt/pillar/debian.sls
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ packages:
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
# yamllint enable rule:line-length
blockbox:
dest: /usr/local/src/
dl:
format: raw
# yamllint disable-line rule:line-length
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
kubectl:
dest: /usr/local/bin
dl:
Expand Down
7 changes: 0 additions & 7 deletions test/salt/pillar/ubuntu.sls
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ packages:
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
# yamllint enable rule:line-length
blockbox:
dest: /usr/local/src/
dl:
format: raw
# yamllint disable-line rule:line-length
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
unwanted:
- /usr/local/boring_archive_software

Expand Down

0 comments on commit 5712cab

Please sign in to comment.