Git Product home page Git Product logo

ansible-install-couchbase-server-kubernetes's People

Contributors

jadtalbert avatar

Watchers

 avatar  avatar

ansible-install-couchbase-server-kubernetes's Issues

Review README for eks.yml variables

changes have been made to the group_vars/eks.yml file and are not current up-to-date nor are they accurate. Update the eks.yml file to represent the proper state of the variables.

Add name and namespace attributes dynamically

Currently, the name and namespace attributes would have to be manually modified to meet the configuration in the group_vars/eks.yml file. To improve simplicity for the users, modify the couchbase/create_couchbase_cluster.yml file to loop over the directories and associated .yml files for each Resource type(e.g. CouchbaseCluster, Secret etc.) and dynamically add the attributes, so that the user can use the kubectl command without any specific dependency on specifying the namespace and this also removes the dependency on ansible-playbooks after the initial cluster has been provisioned.

Namespaces in Couchbase YAML files - Needs to be dynamic

Currently, the namespace attributes in all Couchbase YAML files are hard-coded. These should be made to implement the namespaces from the group_vars/eks.yml file to avoid having to make multiple changes across many files.

sudo -E pip install pexpect

the pexpect module for ansible is not installed by default, so execute the following command in the eks_playbooks/couchbase/tls/configure_tls.yml

sudo -E pip install pexpect

Download Operator Taking too long

Currently in the eks_playbooks/couchbase/install_couchbase_operator.yml file, the Download couchbase Operator play is taking too long when the operator file has already been downloaded. This should check to see if the file already exists, and if it does and has been unzipped, then no need to download it again.

Add Node-to-Node Encryption functionality

Currently the playbooks do not allow for N2N functionality. Implement enabling N2N functionality during initial provisioning and also allow post-provisioning N2N encryption.

Operator Installation - Clean up Ignore Errors

In the eks_playbooks/couchbase/install_couchbase_operator.yml file, there are namespaces created that need clean error handling when the namespaces already exist. Currently ignore_errors is set to true and this works, but is not a clean approach and spits out all of the errors on the command line.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.