Skip to content

Commit

Permalink
chore: migrate to named-data org
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 12, 2024
1 parent 7ad1452 commit 20cdd2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Container orchestration for the Global Named Data Networking Testbed.

[![Lint](https://github.com/UCLA-IRL/testbed/actions/workflows/lint.yml/badge.svg)](https://github.com/UCLA-IRL/testbed/actions/workflows/lint.yml)
[![Docker](https://github.com/UCLA-IRL/testbed/actions/workflows/docker.yml/badge.svg)](https://github.com/UCLA-IRL/testbed/actions/workflows/docker.yml)
[![Status Page](https://img.shields.io/website?down_color=red&down_message=offline&label=status%20page&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fdemo.memories.gallery)](https://ucla-irl.github.io/testbed/)
[![Lint](https://github.com/named-data/testbed/actions/workflows/lint.yml/badge.svg)](https://github.com/named-data/testbed/actions/workflows/lint.yml)
[![Docker](https://github.com/named-data/testbed/actions/workflows/docker.yml/badge.svg)](https://github.com/named-data/testbed/actions/workflows/docker.yml)
[![Status Page](https://img.shields.io/website?down_color=red&down_message=offline&label=status%20page&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fdemo.memories.gallery)](https://named-data.github.io/testbed/)
[![Map](https://img.shields.io/badge/map-live-brightgreen)](https://play.ndn.today/?testbed=1)

## Overview
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: testbed
services:
master:
image: ghcr.io/ucla-irl/testbed-master:latest
image: ghcr.io/named-data/testbed-master:latest
init: true
tty: true
volumes:
Expand All @@ -23,7 +23,7 @@ services:
interval: 3s

caddy:
image: ghcr.io/ucla-irl/testbed-caddy:latest
image: ghcr.io/named-data/testbed-caddy:latest
cap_add:
- NET_ADMIN
ports:
Expand Down Expand Up @@ -147,7 +147,7 @@ services:
nfd: { condition: service_healthy }

root-http-ca:
image: ghcr.io/ucla-irl/testbed-master:latest
image: ghcr.io/named-data/testbed-master:latest
profiles: [root-ca] # in .env
init: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion framework/ndn-testbed-status/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { retrieveMetadata } from "@ndn/rdr";
const ROUTERS_JSON = '/ndn/edu/ucla/file-server/routers.json';
const STATUS_SFX = '/file-server/status.json';
const TESTBED_REPO = 'https://github.com/UCLA-IRL/testbed';
const TESTBED_REPO = 'https://github.com/named-data/testbed';
export default defineComponent({
name: 'App',
Expand Down
2 changes: 1 addition & 1 deletion templates/caddy/Caddyfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ testbed-status.named-data.net {
Access-Control-Allow-Methods "GET"
}

redir / https://ucla-irl.github.io/testbed/
redir / https://named-data.github.io/testbed/

handle /testbed-nodes.json {
rewrite /testbed-nodes.json /file-server/status-global.json
Expand Down

0 comments on commit 20cdd2e

Please sign in to comment.