Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-30530

google-deployment-manager-couchbase does not open ports 18091, 8092....

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Won't Do
    • Critical
    • None
    • 5.5.0
    • cloud_marketplace
    • Google cloud deployment

    Description

      simple Couchbase Server 5.1.1 on Google cloud did not open

      ports 18091, 8092 as in file https://github.com/couchbase-partners/google-deployment-manager-couchbase/blob/8e196eb86bd2001b738122b074319301b9425dd8/simple/deployment.py

      firewall = {
      	        'name': naming.FirewallName(context),
      	        'type': 'compute.v1.firewall',
      	        'properties': {
      	            'sourceRanges': ['0.0.0.0/0'],
      	            'allowed': [{
      	                'IPProtocol': 'tcp',
      	                'ports': ['8091', '4984', '4985']
      	            }]
      	        }
      	    }

      Firewall needs to open all required ports so Couchbase Server could run properly.

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thuan Thuan Nguyen
            thuan Thuan Nguyen
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty