summaryrefslogtreecommitdiff
path: root/systems/zookeeper-server-x86_64.morph
Commit message (Collapse)AuthorAgeFilesLines
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-6/+6
| | | | Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e
* Create test-tools stratumFrancisco Redondo Marchena2015-05-051-0/+2
| | | | | | | | | Move the test tools and frameworks from zookeper and openstack to it, but tempest because it is explicit for openstack. Move some python packages to python-common because they are shared by various strata. Change-Id: I51be08946572fd76075261f88fbe365a7049f286
* Install /etc/os-release using the new install-essential-files extensionJavier Jardón2015-04-291-0/+1
| | | | | | This is currently hardcoded in morph Change-Id: I34446bbdf6ad3a7bdd0c34e4fcbd79433ce0fd71
* added zookeeper to end system rather than build-only-dependanceyMike Smith2015-01-121-0/+2
|
* Add chunks for Java, ANT and ZooKeeperMike Smith2014-12-181-0/+23
Java is sourced from the binary Java release from Oracle. This chunk was originally written by Francisco Marchena. ANT is a Java build system and is needed by ZooKeeper. ZooKeeper itself is documented at http://zookeeper.apache.org/ This patch also brings in a zookeeper test program in a seperate strata that can be safely discarded if not required. this test program was written by me, <mike.smith@codethink.co.uk> and is not designed to be used in any practical way, but to showcase the functionality of zookeeper within baserock The ZooKeeper demonstration server and client are currently hosted on baserock/test. The Java binary chunk only works for x86_64. As such, these systems are limited to that architecture.