diff options
author | Tim Rozet <trozet@redhat.com> | 2016-12-06 12:58:55 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-12-08 21:52:32 -0500 |
commit | 58a098e08ec131338b0c29b902472c54b2a26168 (patch) | |
tree | 8fb5727e1511d1114cd5b60f0659d624105b4542 /build/instackenv.json.example | |
parent | 9131b0a81c22e713b4d4798d7ff32254be3b99e3 (diff) |
Fixes and cleans up build/cache directory usage
Changes include:
- Building is isolated to a .build directory that is git ignored
- Caching is isolated to a .cache directory that is git ignored
- Build scripts have been variablized, and relative paths have been
removed
- Unused files removed
- build.sh, make file cleaned up
- Fixed broken building of markupsafe and jinja2 packages
- make clean-cache will remove the cache now
- per item cleans are removed in place of simple clean .build now
- includes fix for OSC issue with LP# 1642301
Change-Id: I42b8e4eb694bf0a2c398858814f8b73785931896
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/instackenv.json.example')
-rw-r--r-- | build/instackenv.json.example | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/build/instackenv.json.example b/build/instackenv.json.example deleted file mode 100644 index 370ff202..00000000 --- a/build/instackenv.json.example +++ /dev/null @@ -1,74 +0,0 @@ -{ - "nodes": [ - { - "cpu": "24", - "memory": "64220", - "disk": "40", - "arch": "x86_64", - "mac": [ - "b8:ca:3a:63:8b:58" - ], - "pm_type": "pxe_ipmitool", - "pm_addr": "10.1.8.70", - "pm_user": "root", - "pm_password": "password", - "capabilities": "profile:control" - }, - { - "cpu": "24", - "memory": "64220", - "disk": "40", - "arch": "x86_64", - "mac": [ - "b8:ca:3a:63:87:88" - ], - "pm_type": "pxe_ipmitool", - "pm_addr": "10.1.8.73", - "pm_user": "root", - "pm_password": "password", - "capabilities": "profile:control" - }, - { - "cpu": "24", - "memory": "64220", - "disk": "40", - "arch": "x86_64", - "mac": [ - "b8:ca:3a:63:87:10" - ], - "pm_type": "pxe_ipmitool", - "pm_addr": "10.1.8.74", - "pm_user": "root", - "pm_password": "password", - "capabilities": "profile:control" - }, - { - "cpu": "24", - "memory": "64220", - "disk": "40", - "arch": "x86_64", - "mac": [ - "B8:CA:3A:63:87:48" - ], - "pm_type": "pxe_ipmitool", - "pm_addr": "10.1.8.76", - "pm_user": "root", - "pm_password": "password", - "capabilities": "profile:compute" - }, - { - "cpu": "24", - "memory": "64220", - "disk": "40", - "arch": "x86_64", - "mac": [ - "B8:CA:3A:63:8B:18" - ], - "pm_type": "pxe_ipmitool", - "pm_addr": "10.1.8.78", - "pm_user": "root", - "pm_password": "password", - "capabilities": "profile:compute" - } - ] -} |