-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1197 from flatcar/tormath1/oem-openstack
oem: port digitalocean, equinix metal (packet) and openstack
- Loading branch information
Showing
24 changed files
with
91 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
...tainer/src/third_party/coreos-overlay/coreos-base/afterburn/files/coreos-metadata.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ EAPI=8 | |
OEMIDS=( | ||
ami | ||
azure | ||
digitalocean | ||
openstack | ||
packet | ||
qemu | ||
vmware | ||
) | ||
|
3 changes: 0 additions & 3 deletions
3
...lay/coreos-base/oem-packet/files/grub.cfg → ...mmon-oem-files/files/packet/grub.cfg.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/files/oems/digitalocean
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/etc/systemd/system/multi-user.target.requires/[email protected] | ||
/oem/base/ |
2 changes: 2 additions & 0 deletions
2
sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/files/oems/openstack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/etc/systemd/system/multi-user.target.requires/[email protected] | ||
/oem/base/ |
4 changes: 4 additions & 0 deletions
4
sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/files/oems/packet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/etc/systemd/system/multi-user.target.requires/[email protected] | ||
/etc/systemd/system/packet-phone-home.service | ||
/oem/base/ | ||
/oem/units/ |
4 changes: 0 additions & 4 deletions
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-digitalocean/files/base/README
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...container/src/third_party/coreos-overlay/coreos-base/oem-digitalocean/files/base/base.ign
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-digitalocean/files/grub.cfg
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-digitalocean/files/oem-release
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
.../third_party/coreos-overlay/coreos-base/oem-digitalocean/oem-digitalocean-0.1.1-r1.ebuild
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
.../third_party/coreos-overlay/coreos-base/oem-digitalocean/oem-digitalocean-0.1.1-r2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (c) 2020 Kinvolk GmbH. All rights reserved. | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="DigitalOcean suite for DigitalOcean" | ||
HOMEPAGE="https://www.digitalocean.com/" | ||
SRC_URI="" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm64" | ||
IUSE="" | ||
|
||
OEM_NAME="DigitalOcean" |
4 changes: 4 additions & 0 deletions
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-openstack/metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
</pkgmetadata> |
15 changes: 15 additions & 0 deletions
15
...container/src/third_party/coreos-overlay/coreos-base/oem-openstack/oem-openstack-0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (c) 2020 Kinvolk GmbH. All rights reserved. | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="OpenStack suite for OpenStack" | ||
HOMEPAGE="https://www.openstack.org/" | ||
SRC_URI="" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm64" | ||
IUSE="" | ||
|
||
OEM_NAME="Openstack" |
4 changes: 0 additions & 4 deletions
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-packet/files/base/README
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-packet/files/base/base.ign
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-packet/files/oem-release
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...c/third_party/coreos-overlay/coreos-base/oem-packet/files/units/packet-phone-home.service
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...ontainer/src/third_party/coreos-overlay/coreos-base/oem-packet/oem-packet-0.2.2-r1.ebuild
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
...ontainer/src/third_party/coreos-overlay/coreos-base/oem-packet/oem-packet-0.2.2-r2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (c) 2020 Kinvolk GmbH. All rights reserved. | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Equinix Metal suite for Equinix Metal" | ||
HOMEPAGE="https://www.equinix.com/" | ||
SRC_URI="" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm64" | ||
IUSE="" | ||
|
||
OEM_NAME="Equinix Metal" |