Added sesdev states for exsillio
This commit is contained in:
parent
c6f97646ed
commit
f6170a799a
@ -1,11 +1,22 @@
|
|||||||
include:
|
include:
|
||||||
- repos.msteams
|
- repos.msteams
|
||||||
|
- repos.vagrant
|
||||||
|
- repos.sesdev
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
teams: { status: installed }
|
teams: { status: installed }
|
||||||
python3-susepubliccloudinfo: { status: installed }
|
python3-susepubliccloudinfo: { status: installed }
|
||||||
pattern:kvm_server: { status: installed }
|
pattern:kvm_server: { status: installed }
|
||||||
pattern:kvm_tools: { status: installed }
|
pattern:kvm_tools: { status: installed }
|
||||||
|
vagrant: { status: installed }
|
||||||
|
vagrant-libvirt: { status: installed }
|
||||||
|
gcc: { status: installed }
|
||||||
|
git-core: { status: installed }
|
||||||
|
libvirt-devel: { status: installed }
|
||||||
|
python3-devel: { status: installed }
|
||||||
|
python3-virtualenv: { status: installed }
|
||||||
|
sesdev: { status: installed }
|
||||||
|
|
||||||
|
|
||||||
firefox:
|
firefox:
|
||||||
addons:
|
addons:
|
||||||
|
8
salt/pillars/repos/sesdev.sls
Normal file
8
salt/pillars/repos/sesdev.sls
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
repositories:
|
||||||
|
sesdev:
|
||||||
|
humanname: sesdev
|
||||||
|
baseurl: https://download.opensuse.org/repositories/filesystems:/ceph/{{ grains['oscodename'].replace(" ", "_") }}/
|
||||||
|
enabled: True
|
||||||
|
gpgautoimport: True
|
||||||
|
refresh: True
|
||||||
|
|
8
salt/pillars/repos/vagrant.sls
Normal file
8
salt/pillars/repos/vagrant.sls
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
repositories:
|
||||||
|
vagrant:
|
||||||
|
humanname: vagrant
|
||||||
|
baseurl: https://download.opensuse.org/repositories/Virtualization:/vagrant/{{ grains['oscodename'].replace(" ", "_") }}/
|
||||||
|
enabled: True
|
||||||
|
gpgautoimport: True
|
||||||
|
refresh: True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user