IBM / ubiquity

Ubiquity
Apache License 2.0
90 stars 26 forks source link

Cleanup old ubiquity linux service, config files and few old deployment files #221

Closed shay-berman closed 6 years ago

shay-berman commented 6 years ago

This PR is for removing old files that are no longer relevant in the project. Below the list:

  1. Remove old ubiqutiy linux service concept. From 1.0 we moved to deploy ubiqutiy as k8s deployment instead of regular linux service. Removing the following related files: scripts/setup scripts/ubiquity-server.env scripts/ubiquity.service ubiquity-server.conf

  2. Remove old k8s deployment files. Since the full installer is locate in https://github.com/IBM/ubiquity-k8s/tree/master/scripts/installer-for-ibm-storage-enabler-for-containers. Removing the following related files: deploy/postgres/master-service.json deploy/postgres/replica-service.json deploy/postgres/service.json deploy/postgres/service_account.json deploy/postgres/set.json deploy/ubiquity/scbe_ubiquity_deployment.yml deploy/ubiquity/ubiquity_deployment.yml deploy/ubiquity/ubiquity_namespace.yml deploy/ubiquity/ubiquity_service.yml

Same clean up was done on the ubiquity repo for ubiquity k8s -> https://github.com/IBM/ubiquity-k8s/pull/201


This change is Reviewable

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 51.479% when pulling 7ccf8998326cbd7f4e852c06d3d0c87f280a1d17 on cleanup_old_installation_method into da0d975cc81f8a7b35fc0f1a697151927eee15ec on dev.