Skip to content

Commit

Permalink
Merge pull request #6 from melozh/master
Browse files Browse the repository at this point in the history
Added `git` to dependencies
  • Loading branch information
CyrilPeponnet authored Oct 12, 2017
2 parents a39695a + d7c188f commit 2383707
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Because ovirt node isn't really handy to configure for Archipel and because thei
### Requirements

```bash
yum install install wget livecd-tools appliance-tools-minimizer fedora-packager python-devel rpm-build createrepo selinux-policy-doc checkpolicy selinux-policy-devel autoconf automake python-mock python-lockfile
yum install install wget livecd-tools appliance-tools-minimizer fedora-packager python-devel rpm-build createrepo selinux-policy-doc checkpolicy selinux-policy-devel autoconf automake python-mock python-lockfile git
```

If you want to build ovs, you need to add
Expand Down Expand Up @@ -57,14 +57,23 @@ Edit `/etc/sysconfig/selinux`, set it to enforcing and reboot.
And finally run:

```bash
# Download the build script
wget https://raw.githubusercontent.com/CyrilPeponnet/ANSOS-NG/master/docker/buildANSOS.py

# Run the build script with the recommended params from the Archipel Wiki
python buildANSOS.py -Bc -e
```

You can customize a lot of things just check with `python buildANSOS.py -h`.

If you want to build ANSOS-NG with OpenVSwitch, run: *(not working at the moment)*

```bash
python buildANSOS.py -Bc -e https://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7/ -p openvswitch
```

This will build ANSOS-NG iso image based on Archipel git master and openVswitch from RDO repositories.

You can customize a lot of things just check with `python buildANSOS.py -h`.

### Docker build - beta
An attempt to use docker in order to build images can be found in docker folder. For now it doesn't work due to:
* no selinux enforcing in docker containers
Expand Down

0 comments on commit 2383707

Please sign in to comment.