Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
gbraad created page: ceph atomic
authored
Sep 07, 2016
by
Gerard Braad
Show whitespace changes
Inline
Side-by-side
ceph-atomic.md
View page @
42f68603
## 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
```
...
...
...
...