578a49860a
Change-Id: I82b10aaf6bf8e53ed522405501263843d381bb1e
1.5 KiB
1.5 KiB
Examples
Bootstrapping
$ sudo ./smithy --bootstrap
examples/bootstrap.txt
Preparing
$ sudo ./smithy -a prepare
examples/prepare.txt
Installing
$ sudo ./smithy -a install
examples/install.txt
Testing
$ sudo ./smithy -a test
examples/testing.txt
Starting
$ sudo ./smithy -a start
examples/starting.txt
Status
$ sudo ./smithy -a status
examples/status.txt
Stopping
$ sudo ./smithy -a stop
examples/stopping.txt
Packaging
To see the packages built (after prepare has finished).
$ ls /home/harlowja/openstack/deps/rpmbuild/SPECS/ | cat
examples/spec_dir.txt
$ cat openstack-deps.spec
examples/openstack-deps.txt
$ cat python-nova.spec
examples/nova-spec.txt
Uninstalling
$ sudo ./smithy -a uninstall
examples/uninstall.txt