Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for connecting to DB in namespace via TCP port in multi-asic platform. #4779

Merged
merged 5 commits into from
Jun 30, 2020

Commits on Jun 16, 2020

  1. Support for connecting to DB in namespace via IP:port ( using docker …

    …bridge network ) for applications in multi-asic platform.
    judyjoseph committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a9e6c71 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    24a95e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Added the default IP as 127.0.0.1 if the IPaddress derivation from in…

    …terface fails.
    
    Moved the localhost loopback IP binding logic into the supervisor.j2 file.
    judyjoseph committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    525a97c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    1390649 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Fix to get a newline after program:

    This was causing redis server to not start up as command string was coming in same line as program:
    judyjoseph committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    80e77b2 View commit details
    Browse the repository at this point in the history