Skip to content
gbraad created page: ceph atomic authored by Gerard Braad's avatar Gerard Braad
## Artifacts
* [Remote](https://gbraad.gitlab.io/byo-atomic-ceph/)
......@@ -8,20 +7,15 @@
`compose.sh`
```
#!/bin/sh
pushd /workspace
git clone https://gitlab.com/gbraad/ceph-atomic.git \
$ mkdir -p /workspace
$ cd /workspace
$ git clone https://gitlab.com/gbraad/ceph-atomic.git \
-b downstream \
--depth 1 \
ceph-atomic
rpm-ostree compose tree \
$ rpm-ostree compose tree \
--repo=/srv/repo \
./ceph-atomic/ceph-atomic-host.json
popd
```
......
......