Default namespace (Nuvolaris) in local installation

Open
#102 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
40/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker, kubernetes
Domain
cli, cloud

Research direction

Start with the implementation behind ops config minimal and ops setup devcluster, then trace where the default namespace and sample hello response are set. Check the tutorial's index.html and other HTML forms for matching namespace references. Done means a local Docker installation uses openserverless consistently in login messages, action output, and tutorial URLs.

Written by the indexing model from the issue text.

Description

enhancement
Ⅰ. Issue Description

Default Namespace should be Openserverless instead of Nuvolaris

Ⅱ. Describe what happened

The installation completes with following messages :

namespaces
nuvolaris
Logging in http://localhost:80 as nuvolaris
Successfully logged in as nuvolaris.
ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
ok: whisk API host set to http://localhost:80
OpenServerless host and auth set successfully. You are now ready to use ops!
ok: updated package hello
ok: updated action hello/hello
"body": "hello, Nuvolaris"

Ⅲ. Describe what you expected to happen

The installation should complete with the following messages :

namespaces
openserverless
Logging in http://localhost:80 as openserverless
Successfully logged in as openserverless.
ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
ok: whisk API host set to http://localhost:80
OpenServerless host and auth set successfully. You are now ready to use ops!
ok: updated package hello
ok: updated action hello/hello
"body": "hello, Openserverless"

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Local installation with Docker:

  1. Install ops
  2. ops config minimal
  3. ops setup devcluster
Ⅴ. Anything else we need to know?

In the Tutorial (under review) are present html forms (Es: Index.html) containing relative url pointing to actions
with namespace openserverless that can be replaced with nuvolaris.

Ⅵ. Environment:
  • K8S Runtime and version:
  • OPS CLI version: 0.1.0-2409121919.dev
  • OS: Windows Server 2022 Version 21H2 (OS Build 20348.3207)
  • Docker Version: Docker Desktop 4.38.0 (181591)
Dominant language
Python
Stars
576
Forks
29
Avg merge
51m
Merged PRs (30d)
13

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/openserverless

All issues in apache/openserverless

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.