[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[Openstack] antiX as host
On 05/18/2018 08:52 AM, Larry Sevilla wrote:
> Has anybody tried to setup an OpenStack environment with AntiX as host.
>
> I tried to install with the guide from
> "https://docs.openstack.org/install-guide/"
> I used the ubuntu portion since both ubuntu and antiX are derived from
> debian.
>
> But stopped at
> â??https://docs.openstack.org/install-guide/environment-etcd-ubuntu.htmlâ;??
> at #3 â??Create and edit the /lib/systemd/system/etcd.service file:â??
>
> Sorry Iâ??m not familiar with services, is there an equivalent for
> non-systemd?
Since antiX is a Debian derivative, then it should be using all the
packages from Debian (which I happen to maintain). In Debian (and
Ubuntu, since they use the tooling I wrote) all services come with both
systemd units and sysv-rc init scripts.
etcd isn't available in stretch, and I've checked, it's not available in
antiX either. So you may want to backport it from Debian Testing (ie:
fetch the source package and simply rebuild it for your distro).
Otherwise, you could just get the init.d script from the Sid/Buster package.
I hope that helps,
Cheers,
Thomas Goirand (zigo)