forked from RedHatQE/cloudqe-aeolus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (21 loc) · 962 Bytes
/
README
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
# THIS SCRIPT IS TO INSTALL AEOLUS BY:
# Install all the rpms from the last released repo and then pull all the src and compile
# Install from the src
# Update aeolus components
# Display usage information
$ python aeolus-helper --help
# Install oz from existing yum repositories
$ python aeolus-helper --source=yum install oz
# Install audrey using yum, include provided repo during installation
$ python aeolus-helper --source=yum --repofile=file:///path/to/aeolus.repo install audrey
# Build and install aeolus-conductor from git (--source=git implied):
$ python aeolus-helper install aeolus-conductor
# Build and install everything from git
$ python aeolus-helper install all
# Build 'audrey' from git
$ python aeolus-helper build audrey
# Install build requirements for 'libdeltacloud'
$ python aeolus-helper install-buildrequires libdeltacloud
#
# Install requirements for 'aeolus-configure'
$ python aeolus-helper install-requires aeolus-configure