1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
Source: openstack-cluster-installer
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
openstack-pkg-tools (>= 81~),
Standards-Version: 4.1.4
Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
Vcs-Browser: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
Vcs-Git: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer.git
Package: openstack-cluster-installer
Architecture: all
Depends:
adduser,
apache2,
apache2-utils,
approx,
bind9,
bind9-host,
bind9utils,
bridge-utils,
ceph-common,
curl,
dbconfig-common,
default-mysql-server,
ipcalc,
ipmitool,
isc-dhcp-server,
jq,
live-build,
lsb-base,
net-tools,
openstack-debian-images,
openstack-pkg-tools,
openstack-puppet-modules,
php,
php-cli,
php-mysql,
php-radius,
php-ssh2,
puppet-master,
puppet-module-heini-wait-for,
puppet-module-icann-quagga,
puppet-module-oci (= ${binary:Version}),
puppet-module-puppetlabs-firewall,
pxelinux,
qemu-utils,
sudo,
swift,
tftpd-hpa,
${misc:Depends},
Description: automatic PXE and puppet-master installer for OpenStack
OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
cluster automatically. This package install a provisioning machine, which
consists of a DHCP server, a PXE boot server, and a puppet-master.
.
Once computers in the cluster boot for the first time, a Debian live system
is served by OCI, to act as a discovery image. This live system then reports
the hardware features back to OCI. The computers can then be installed with
Debian from that live system, configured with a puppet-agent that will connect
to the puppet-master of OCI. OpenStack is then provisionned in these machines.
.
All of this is managed through a web interface or through the CLI.
.
This package contains the web interface and OS provisionning logic.
Package: openstack-cluster-installer-cli
Architecture: all
Depends:
curl,
${misc:Depends},
Description: automatic PXE and puppet-master installer for OpenStack - API client
OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
cluster automatically. This package install a provisioning machine, which
consists of a DHCP server, a PXE boot server, and a puppet-master.
.
Once computers in the cluster boot for the first time, a Debian live system
is served by OCI, to act as a discovery image. This live system then reports
the hardware features back to OCI. The computers can then be installed with
Debian from that live system, configured with a puppet-agent that will connect
to the puppet-master of OCI. OpenStack is then provisionned in these machines.
.
All of this is managed through a web interface or through the CLI.
.
This package contains the command line interface (CLI) API client.
Package: openstack-cluster-installer-poc
Architecture: all
Depends:
bridge-utils,
curl,
ipcalc,
jq,
lsb-base,
net-tools,
openipmi (>= 2.0.25),
openstack-debian-images,
openstack-pkg-tools,
qemu,
qemu-utils,
${misc:Depends},
Suggests:
qemu-kvm,
Description: automatic PXE and puppet-master installer for OpenStack - PoC
OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
cluster automatically. This package install a provisioning machine, which
consists of a DHCP server, a PXE boot server, and a puppet-master.
.
Once computers in the cluster boot for the first time, a Debian live system
is served by OCI, to act as a discovery image. This live system then reports
the hardware features back to OCI. The computers can then be installed with
Debian from that live system, configured with a puppet-agent that will connect
to the puppet-master of OCI. OpenStack is then provisionned in these machines.
.
All of this is managed through a web interface or through the CLI.
.
This package installs a PoC (Proof of Concept) server running VMs to test,
contribute and debug OCI. Note that you need at least 80 GB of RAM to run it,
as it will provision 8 nodes, with 2 nodes for each role: controller, computes,
volume and network, plus the OCI node.
Package: puppet-module-oci
Architecture: all
Depends:
openstack-puppet-modules,
${misc:Depends},
Description: automatic PXE and puppet-master installer for OpenStack - puppet module
OCI (OpenStack Cluster Installer) is a software to provision an OpenStack
cluster automatically. This package install a provisioning machine, which
consists of a DHCP server, a PXE boot server, and a puppet-master.
.
Once computers in the cluster boot for the first time, a Debian live system
is served by OCI, to act as a discovery image. This live system then reports
the hardware features back to OCI. The computers can then be installed with
Debian from that live system, configured with a puppet-agent that will connect
to the puppet-master of OCI. OpenStack is then provisionned in these machines.
.
This package contains the puppet module.
|