Aptly mirror/snapshot managment automation.
Project description
Automates the creation and managment of aptly mirrors and snapshots based on yml input files.
Example commands
Initialize a new aptly server.
pyaptly -c mirrors.yml mirror create
pyaptly -c mirrors.yml mirror update
pyaptly -c mirrors.yml snapshot create
pyaptly -c mirrors.yml publish create
Update mirrors and snapshots and switch publish endpoints with automatic-update: true to the new snapshots.
pyaptly -c mirrors.yml mirror update
pyaptly -c mirrors.yml snapshot create
pyaptly -c mirrors.yml publish create
pyaptly -c mirrors.yml publish update
Manually trigger a switch to the new snapshots for the publish endpoint ubuntu/stable.
pyaptly -c mirrors.yml publish update ubuntu/stable
Install Debian/Ubuntu
Sources:
deb http://aptly.adfinis-sygroup.ch/adsy-public/debian wheezy main
deb http://aptly.adfinis-sygroup.ch/adsy-public/debian jessie main
deb http://aptly.adfinis-sygroup.ch/adsy-public/ubuntu trusty main
deb http://aptly.adfinis-sygroup.ch/adsy-public/ubuntu vivid main
deb http://aptly.adfinis-sygroup.ch/adsy-public/ubuntu xenial main
Install:
wget -O - http://aptly.adfinis-sygroup.ch/aptly.asc | apt-key add -
apt-get update
apt-get install python-pyaptly
Testing
Automatic
git submodule update --init --recursive
make test-local
Manual. There is a safety check in tests. They won’t work if you don’t set $HOME.
git submodule update --init --recursive
source testenv
py.test -x
or
git submodule update --init --recursive
export HOME="$(pwd)"
export PATH="$HOME/aptly_0.9.6_linux_amd64/:$PATH"
py.test -x
Vagrant Box
The box provisions aptly, nginx and two repos which can be used for tests:
aptly mirror create mirro-fakerepo01 http://localhost/fakerepo01 main
aptly mirror create mirro-fakerepo02 http://localhost/fakerepo02 main
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyaptly-1.2.0.tar.gz
(26.3 kB
view details)
File details
Details for the file pyaptly-1.2.0.tar.gz
.
File metadata
- Download URL: pyaptly-1.2.0.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eb8128f3f1cb58adcfe1ae6ba52050e59233fbcf56a3cdcc8f518c3d0f10ab9 |
|
MD5 | e3bd3f9c7d7e4e1155eb44cf712a4195 |
|
BLAKE2b-256 | d7369560d9d1e253b6ca2559525b5a209aa6b1d7fd78491164b22e72e684c066 |