Skip to content

Commit cfdc9b1

Browse files
authored
Drop VNF, bring back WordPress, ALMA 8/9 fixes (#54)
* Remove the VNF appliance (legacy) * VR/KE: rename service.rb + scripts/net-* * Bring back service.sh + remove unneeded code * Bring back Wordpress appliance * Cleanup Alma 8/9 scripts (fix)
1 parent a3d5b08 commit cfdc9b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+290
-9559
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ $(DISTROS) $(SERVICES): %: packer-% ;
1616
packer-%: context-linux ${DIR_EXPORT}/%.qcow2
1717
@${INFO} "Packer ${*} done"
1818

19-
packer-service_vnf: packer-alpine318 ${DIR_EXPORT}/service_vnf.qcow2
20-
@${INFO} "Packer service_vnf done"
21-
22-
packer-service_wordpress: packer-alma8 ${DIR_EXPORT}/service_wordpress.qcow2
23-
@${INFO} "Packer service_wordpress done"
19+
packer-service_Wordpress: packer-alma8 ${DIR_EXPORT}/service_Wordpress.qcow2
20+
@${INFO} "Packer service_Wordpress done"
2421

2522
packer-service_VRouter: packer-alpine318 ${DIR_EXPORT}/service_VRouter.qcow2
2623
@${INFO} "Packer service_VRouter done"

Makefile.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ VERSION := 6.8.1
33
RELEASE := 1
44

55
# log
6-
VERBOSE := 1
7-
PACKER_LOG := 0
8-
PACKER_HEADLESS := true
6+
VERBOSE := 1
7+
PACKER_LOG := 0
8+
PACKER_HEADLESS := true
99

1010
DISTROS := alma8 alma9 \
1111
alpine316 alpine317 alpine318\
@@ -21,7 +21,7 @@ DISTROS := alma8 alma9 \
2121
rocky8 rocky9 \
2222
ubuntu2004 ubuntu2004min ubuntu2204 ubuntu2204min
2323

24-
SERVICES := service_vnf service_wordpress service_VRouter service_OneKE service_OneKEa
24+
SERVICES := service_Wordpress service_VRouter service_OneKE service_OneKEa
2525

2626
.DEFAULT_GOAL := help
2727

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ONE_SERVICE_PARAMS=(
5151

5252
# Appliance metadata
5353
ONE_SERVICE_NAME='Service WordPress - KVM'
54-
ONE_SERVICE_VERSION='6.3.2' #latest
54+
ONE_SERVICE_VERSION='6.4.2' #latest
5555
ONE_SERVICE_BUILD=$(date +%s)
5656
ONE_SERVICE_SHORT_DESCRIPTION='Appliance with preinstalled WordPress for KVM hosts'
5757
ONE_SERVICE_DESCRIPTION=$(cat <<EOF

appliances/legacy/lib/artifacts/vnf/ha-check-status.sh

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)