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

Index on pantheon recipe is served on 449, not 8983 #170

Open
generalredneck opened this issue Apr 11, 2023 · 0 comments
Open

Index on pantheon recipe is served on 449, not 8983 #170

generalredneck opened this issue Apr 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@generalredneck
Copy link

Re-Reporting lando/lando#1840 over here since this recipe is now decoupled.
It was closed as stale, but still an issue. This could also be fixed by documenting a guide in the Pantheon section of the lando documentation explaining the settings you need to change to make this work. There is a minor bit of documentation in the recipe's Environment Variable documentation, but that's all I've been able to find.

This is minor but a thing

Tell us about your setup

Ubuntu 18.04 V3.0.0-rc21

Tell us about your .lando.yml

name: website
recipe: pantheon
config:
  framework: drupal8
  site: website
  id: abcdef98-5374-4798-8843-dc97b55c06da

Tell us about the command you were running

lando start
lando info

Tell us generally about your bug

Lando falsely reports the index container in a pantheon recipe as being served from port 8983. it is actually served from 449.

  {
    service: 'index',
    urls: [
      'http://localhost:33053'
    ],
    type: 'solr',
    core: 'not supported',
    internal_connection: {
      host: 'index',
      port: '8983'
    },
    external_connection: {
      host: 'localhost',
      port: '33053'
    },
    config: {},
    version: 'custom',
    meUser: 'solr',
    hostnames: [
      'index.website.internal'
    ]
  }

see:

port="449" maxThreads="200"

@generalredneck generalredneck added the bug Something isn't working label Apr 11, 2023
@generalredneck generalredneck changed the title Index on pantheon recipie is served on 449, not 8983 Index on pantheon recipe is served on 449, not 8983 Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant