Project

General

Profile

Actions

Bug #5139

closed

Provision script post-install url

Added by Benoît PECCATTE almost 10 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
Matthieu CERDA
Category:
Vagrant
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

Server provision scripts echo an url that is not valid post install

==> server_debian: You can now access the Rudder web interface on https://localhost:8081/

It should be https://192.168.42.10/ or https://server.rudder.local/

Actions #1

Updated by Matthieu CERDA over 9 years ago

  • Category set to Vagrant integration
  • Status changed from New to Rejected
  • Assignee set to Matthieu CERDA
  • Target version set to 2.10.8
  • % Done changed from 0 to 100

Sorry, but the Vagrantfile is clear:

        server_config.vm.network :forwarded_port, guest: 80, host: 8080
        server_config.vm.network :forwarded_port, guest: 443, host: 8081

The local host port 8081 will get redirected to the guest 443, so this URI is perfectly valid :)

Actions #2

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 35 to Rudder tools
  • Category changed from Vagrant integration to Vagrant
Actions #3

Updated by Benoît PECCATTE about 9 years ago

  • Target version changed from 2.10.8 to 2.10
Actions

Also available in: Atom PDF