30 Commits

Author SHA1 Message Date
Auke Kok bdad5c2818 Update man pages to reflect the ucd-data-fetch program. 2019-08-07 14:59:30 -07:00
Auke Kok 1f7c95ba1a Update man pages with proper formatting. 2018-11-16 10:58:38 -08:00
Mark D Horn bbed0e8a1b Markdown formatting fixes
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2018-09-13 08:59:56 -07:00
William Douglas bfadb7b09f Add Oracle Cloud support
Enable ucd to work within the Oracle Cloud environment. In this case
it involves creating the opc user and provisioning the ssh public
key.
2018-05-14 15:05:49 -07:00
Auke Kok 7e7755ac37 Fix typo (wiht->with) 2017-11-13 10:45:45 -08:00
Auke Kok 40f0588d19 Check in the man page output as well for ucd-aws.1 2017-06-30 12:37:59 -07:00
Auke Kok 3117776034 Update man page result. 2017-06-26 10:16:33 -07:00
Auke Kok b83cd00521 Add ucd-aws(1) man page. 2017-06-07 14:34:51 -07:00
Auke Kok 590b3aab6a Convert man pages to .md format, add ronn to Makefile.am. 2017-06-07 13:58:18 -07:00
Auke Kok f5335218b7 Prototype network configuration documentation
- Markup format
- Covers 3 typical use cases
- Hands-on approach explaining the basic configuration steps
  and shows exact content of files needed to be created.
2016-07-27 14:41:01 -07:00
Auke Kok ef081cb2e9 Project rename: clr-cloud-init is now micro-config-drive (ucd). 2016-07-11 10:15:28 -07:00
Julio Montes b4fec921d3 remove network code (#21)
* remove no-network option

Signed-off-by: Julio Montes <julio.montes@intel.com>

* update documentation

Signed-off-by: Julio Montes <julio.montes@intel.com>

* update service files

Signed-off-by: Julio Montes <julio.montes@intel.com>
2016-06-22 15:11:59 -07:00
Auke Kok cd80f41eb0 Update sudo documentation.
clr-cloud-init will now always insert a username as argument
1 on the sudoers file written out, so call that out in the
man page.
2016-05-12 14:30:51 -07:00
Julio Montes 1c97e18f07 Split cloud-init service
cloud-init-pre-network:
runs before network service.
this service gets metadata from local datasources
in order to configure network stuff before network service
and configures the instance on its first booot

cloud-init:
runs after network service and will get userdata/metadata
from datasources(local/network). This service fixes disk
and filesystem

add first-boot-setup and no-network options
update documentation
2016-04-13 15:53:25 -05:00
Julio Montes 08781db954 update man page
add more documentation about openstack datasources
fix workflow documentation
2016-04-06 11:58:18 -05:00
Julio Montes 40cfeb1884 update man page
add workflow to man page
2016-03-28 16:20:53 -06:00
Julio Montes b59627e781 implement fbootcmd ccmodule
fbootcmd ccmodule will run system commands only
on first boot
2016-02-25 15:16:47 -06:00
Julio Montes 7c04bc1bf2 add --user-data-once option to process userdata only on first boot
update docs
2016-01-28 16:37:12 -06:00
Julio Montes e5210903eb replace --no-growpart with --fix-disk 2016-01-28 12:37:02 -06:00
Julio Montes a382aa3a07 update documentation 2016-01-28 11:22:21 -06:00
Julio Montes 3be58dcd04 add command line option to process openstack config drive
add --openstack-config-drive option to process metadata and
userdata using as datasource an openstack config drive
(iso9660 or vfat filesystem)

add type_by_device function to get the disk type
2016-01-14 15:01:26 -06:00
Julio Montes d3b7e6cee4 update help menu and man pages 2015-12-09 10:19:43 -06:00
Julio Montes 40203e6bee add openstack-user-data and openstack-metadata options
update man pages
2015-12-07 16:03:07 -06:00
Julio Montes 3c94634676 implement envar module
update cloud-config man page
update examples
2015-11-30 15:10:23 -06:00
Julio Montes 457a41b261 update cloud-config documentation
update hostname and runcmd doc
2015-11-27 12:49:31 -06:00
Julio Montes 0be3c8ebf5 implement hostname module
this module is able to set the system's hostname

add hostname module documentation
update userdata test file
2015-11-20 16:59:08 -06:00
Julio Montes 71d7ebe86b update docs
add no-growpart doc
2015-11-20 10:53:11 -06:00
Julio Montes 616fb9d6f7 update manpage
add openstack-metadata-file option to manpage
2015-11-18 13:57:18 -06:00
Auke Kok ec4841a0f1 Add section describing user-data formats supported.
user-data can be either in the cloud-config format, or
a shell script. This paragraph adds this difference and
how it's treated.
2015-11-09 22:25:19 +00:00
Auke Kok c7d1d9dda7 Initial commit 2015-11-05 18:38:10 +00:00