Tweak previous, sync cloud-agent.md

This commit is contained in:
reykfloeter 2019-06-11 12:23:36 +02:00
parent 678b29acef
commit c968f169fd
2 changed files with 35 additions and 3 deletions

View File

@ -1110,7 +1110,8 @@ dhcp_getendpoint(struct system_config *sc)
sc->sc_addr.ip = sc->sc_endpoint; sc->sc_addr.ip = sc->sc_endpoint;
sc->sc_addr.family = 4; sc->sc_addr.family = 4;
log_debug("%s: %s", __func__, ep); if (log_getverbose() > 2)
log_debug("%s: %s", __func__, ep);
return (0); return (0);
} }

View File

@ -8,6 +8,7 @@ CLOUD-AGENT(8) - System Manager's Manual
**cloud-agent** **cloud-agent**
\[**-nuv**] \[**-nuv**]
\[**-c** *cloud*\[,*cloud*...]]
\[**-p** *length*] \[**-p** *length*]
\[**-r** *rootdisk*] \[**-r** *rootdisk*]
\[**-t** *timeout*] \[**-t** *timeout*]
@ -19,10 +20,40 @@ CLOUD-AGENT(8) - System Manager's Manual
The The
**cloud-agent** **cloud-agent**
program manages the OpenBSD provisioning and VM interaction in cloud program manages the OpenBSD provisioning and VM interaction in cloud
environments, including Microsoft Azure and Amazon AWS. environments.
The options are as follows: The options are as follows:
**-c** *cloud*\[,*cloud*...]
> Probe a list of cloud stacks for provisioning in the specified order.
> If this option is not specified,
> **cloud-agent**
> tries to detect the environment and possible cloud stacks automatically.
> Supported
> *cloud*
> stacks are:
> **azure**
> > Microsoft Azure
> **cloudinit**
> > Generic cloud-init
> **ec2**
> > Amazon AWS EC2
> **opennebula**
> > OpenNebula
> **openstack**
> > OpenStack
**-p** *length* **-p** *length*
> Generate and set a random password for the default user. > Generate and set a random password for the default user.
@ -116,4 +147,4 @@ vmd(8)
Reyk Floeter <[reyk@openbsd.org](mailto:reyk@openbsd.org)> Reyk Floeter <[reyk@openbsd.org](mailto:reyk@openbsd.org)>
OpenBSD 6.5 - June 5, 2019 OpenBSD 6.5 - June 11, 2019