feat(oem): populate /etc/oem-release

This commit is contained in:
Rob Szumski 2014-04-03 23:53:56 -07:00
parent a659daec96
commit fbea716604
9 changed files with 21 additions and 1 deletions

View File

@ -40,7 +40,11 @@ coreos:
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/share/oem/bin/coreos-c10n
oem:
id: ami
name: Amazon EC2
home-url: http://aws.amazon.com/ec2/
bug-report-url: https://github.com/coreos/coreos-overlay
write_files:
- path: /run/systemd/system/etcd.service.d/10-oem.conf
permissions: 0644

View File

@ -92,3 +92,8 @@ coreos:
[Install]
WantedBy=multi-user.target
oem:
id: gce
name: Google Compute Engine
home-url: https://cloud.google.com/products/compute-engine/
bug-report-url: https://github.com/coreos/coreos-overlay

View File

@ -0,0 +1 @@
oem-gce-0.0.2.ebuild

View File

@ -48,3 +48,8 @@ coreos:
Type=oneshot
EnvironmentFile=/etc/environment
ExecStart=/usr/bin/coreos-cloudinit --from-file=/media/configdrive/openstack/latest/user_data
oem:
id: rackspace
name: Rackspace Cloud Servers
home-url: https://www.rackspace.com/cloud/servers/
bug-report-url: https://github.com/coreos/coreos-overlay

View File

@ -21,3 +21,8 @@ coreos:
EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/coreos-cloudinit --from-file /var/lib/coreos-vagrant/user-data
RemainAfterExit=yes
oem:
id: vagrant
name: Vagrant
home-url: http://www.vagrantup.com/
bug-report-url: https://github.com/coreos/coreos-overlay