oc_serviceaccount_secret.py 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/serviceaccount_secret -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_serviceaccount_secret
  52. short_description: Module to manage openshift service account secrets
  53. description:
  54. - Manage openshift service account secrets programmatically.
  55. options:
  56. state:
  57. description:
  58. - If present, the service account will be linked with the secret if it is not already. If absent, the service account will be unlinked from the secret if it is already linked. If list, information about the service account secrets will be gathered and returned as part of the Ansible call results.
  59. required: false
  60. default: present
  61. choices: ["present", "absent", "list"]
  62. aliases: []
  63. kubeconfig:
  64. description:
  65. - The path for the kubeconfig file to use for authentication
  66. required: false
  67. default: /etc/origin/master/admin.kubeconfig
  68. aliases: []
  69. debug:
  70. description:
  71. - Turn on debug output.
  72. required: false
  73. default: false
  74. aliases: []
  75. service_account:
  76. description:
  77. - Name of the service account.
  78. required: true
  79. default: None
  80. aliases: []
  81. namespace:
  82. description:
  83. - Namespace of the service account and secret.
  84. required: true
  85. default: None
  86. aliases: []
  87. secret:
  88. description:
  89. - The secret that should be linked to the service account.
  90. required: false
  91. default: None
  92. aliases: []
  93. author:
  94. - "Kenny Woodson <kwoodson@redhat.com>"
  95. extends_documentation_fragment: []
  96. '''
  97. EXAMPLES = '''
  98. - name: get secrets of a service account
  99. oc_serviceaccount_secret:
  100. state: list
  101. service_account: builder
  102. namespace: default
  103. register: sasecretout
  104. - name: Link a service account to a specific secret
  105. oc_serviceaccount_secret:
  106. service_account: builder
  107. secret: mynewsecret
  108. namespace: default
  109. register: sasecretout
  110. '''
  111. # -*- -*- -*- End included fragment: doc/serviceaccount_secret -*- -*- -*-
  112. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  113. # pylint: disable=undefined-variable,missing-docstring
  114. # noqa: E301,E302
  115. class YeditException(Exception):
  116. ''' Exception class for Yedit '''
  117. pass
  118. # pylint: disable=too-many-public-methods
  119. class Yedit(object):
  120. ''' Class to modify yaml files '''
  121. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  122. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  123. com_sep = set(['.', '#', '|', ':'])
  124. # pylint: disable=too-many-arguments
  125. def __init__(self,
  126. filename=None,
  127. content=None,
  128. content_type='yaml',
  129. separator='.',
  130. backup=False):
  131. self.content = content
  132. self._separator = separator
  133. self.filename = filename
  134. self.__yaml_dict = content
  135. self.content_type = content_type
  136. self.backup = backup
  137. self.load(content_type=self.content_type)
  138. if self.__yaml_dict is None:
  139. self.__yaml_dict = {}
  140. @property
  141. def separator(self):
  142. ''' getter method for yaml_dict '''
  143. return self._separator
  144. @separator.setter
  145. def separator(self):
  146. ''' getter method for yaml_dict '''
  147. return self._separator
  148. @property
  149. def yaml_dict(self):
  150. ''' getter method for yaml_dict '''
  151. return self.__yaml_dict
  152. @yaml_dict.setter
  153. def yaml_dict(self, value):
  154. ''' setter method for yaml_dict '''
  155. self.__yaml_dict = value
  156. @staticmethod
  157. def parse_key(key, sep='.'):
  158. '''parse the key allowing the appropriate separator'''
  159. common_separators = list(Yedit.com_sep - set([sep]))
  160. return re.findall(Yedit.re_key % ''.join(common_separators), key)
  161. @staticmethod
  162. def valid_key(key, sep='.'):
  163. '''validate the incoming key'''
  164. common_separators = list(Yedit.com_sep - set([sep]))
  165. if not re.match(Yedit.re_valid_key % ''.join(common_separators), key):
  166. return False
  167. return True
  168. @staticmethod
  169. def remove_entry(data, key, sep='.'):
  170. ''' remove data at location key '''
  171. if key == '' and isinstance(data, dict):
  172. data.clear()
  173. return True
  174. elif key == '' and isinstance(data, list):
  175. del data[:]
  176. return True
  177. if not (key and Yedit.valid_key(key, sep)) and \
  178. isinstance(data, (list, dict)):
  179. return None
  180. key_indexes = Yedit.parse_key(key, sep)
  181. for arr_ind, dict_key in key_indexes[:-1]:
  182. if dict_key and isinstance(data, dict):
  183. data = data.get(dict_key, None)
  184. elif (arr_ind and isinstance(data, list) and
  185. int(arr_ind) <= len(data) - 1):
  186. data = data[int(arr_ind)]
  187. else:
  188. return None
  189. # process last index for remove
  190. # expected list entry
  191. if key_indexes[-1][0]:
  192. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  193. del data[int(key_indexes[-1][0])]
  194. return True
  195. # expected dict entry
  196. elif key_indexes[-1][1]:
  197. if isinstance(data, dict):
  198. del data[key_indexes[-1][1]]
  199. return True
  200. @staticmethod
  201. def add_entry(data, key, item=None, sep='.'):
  202. ''' Get an item from a dictionary with key notation a.b.c
  203. d = {'a': {'b': 'c'}}}
  204. key = a#b
  205. return c
  206. '''
  207. if key == '':
  208. pass
  209. elif (not (key and Yedit.valid_key(key, sep)) and
  210. isinstance(data, (list, dict))):
  211. return None
  212. key_indexes = Yedit.parse_key(key, sep)
  213. for arr_ind, dict_key in key_indexes[:-1]:
  214. if dict_key:
  215. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  216. data = data[dict_key]
  217. continue
  218. elif data and not isinstance(data, dict):
  219. raise YeditException("Unexpected item type found while going through key " +
  220. "path: {} (at key: {})".format(key, dict_key))
  221. data[dict_key] = {}
  222. data = data[dict_key]
  223. elif (arr_ind and isinstance(data, list) and
  224. int(arr_ind) <= len(data) - 1):
  225. data = data[int(arr_ind)]
  226. else:
  227. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  228. if key == '':
  229. data = item
  230. # process last index for add
  231. # expected list entry
  232. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  233. data[int(key_indexes[-1][0])] = item
  234. # expected dict entry
  235. elif key_indexes[-1][1] and isinstance(data, dict):
  236. data[key_indexes[-1][1]] = item
  237. # didn't add/update to an existing list, nor add/update key to a dict
  238. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  239. # non-existent array
  240. else:
  241. raise YeditException("Error adding to object at path: {}".format(key))
  242. return data
  243. @staticmethod
  244. def get_entry(data, key, sep='.'):
  245. ''' Get an item from a dictionary with key notation a.b.c
  246. d = {'a': {'b': 'c'}}}
  247. key = a.b
  248. return c
  249. '''
  250. if key == '':
  251. pass
  252. elif (not (key and Yedit.valid_key(key, sep)) and
  253. isinstance(data, (list, dict))):
  254. return None
  255. key_indexes = Yedit.parse_key(key, sep)
  256. for arr_ind, dict_key in key_indexes:
  257. if dict_key and isinstance(data, dict):
  258. data = data.get(dict_key, None)
  259. elif (arr_ind and isinstance(data, list) and
  260. int(arr_ind) <= len(data) - 1):
  261. data = data[int(arr_ind)]
  262. else:
  263. return None
  264. return data
  265. @staticmethod
  266. def _write(filename, contents):
  267. ''' Actually write the file contents to disk. This helps with mocking. '''
  268. tmp_filename = filename + '.yedit'
  269. with open(tmp_filename, 'w') as yfd:
  270. yfd.write(contents)
  271. os.rename(tmp_filename, filename)
  272. def write(self):
  273. ''' write to file '''
  274. if not self.filename:
  275. raise YeditException('Please specify a filename.')
  276. if self.backup and self.file_exists():
  277. shutil.copy(self.filename, self.filename + '.orig')
  278. # Try to set format attributes if supported
  279. try:
  280. self.yaml_dict.fa.set_block_style()
  281. except AttributeError:
  282. pass
  283. # Try to use RoundTripDumper if supported.
  284. try:
  285. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  286. except AttributeError:
  287. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  288. return (True, self.yaml_dict)
  289. def read(self):
  290. ''' read from file '''
  291. # check if it exists
  292. if self.filename is None or not self.file_exists():
  293. return None
  294. contents = None
  295. with open(self.filename) as yfd:
  296. contents = yfd.read()
  297. return contents
  298. def file_exists(self):
  299. ''' return whether file exists '''
  300. if os.path.exists(self.filename):
  301. return True
  302. return False
  303. def load(self, content_type='yaml'):
  304. ''' return yaml file '''
  305. contents = self.read()
  306. if not contents and not self.content:
  307. return None
  308. if self.content:
  309. if isinstance(self.content, dict):
  310. self.yaml_dict = self.content
  311. return self.yaml_dict
  312. elif isinstance(self.content, str):
  313. contents = self.content
  314. # check if it is yaml
  315. try:
  316. if content_type == 'yaml' and contents:
  317. # Try to set format attributes if supported
  318. try:
  319. self.yaml_dict.fa.set_block_style()
  320. except AttributeError:
  321. pass
  322. # Try to use RoundTripLoader if supported.
  323. try:
  324. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  325. except AttributeError:
  326. self.yaml_dict = yaml.safe_load(contents)
  327. # Try to set format attributes if supported
  328. try:
  329. self.yaml_dict.fa.set_block_style()
  330. except AttributeError:
  331. pass
  332. elif content_type == 'json' and contents:
  333. self.yaml_dict = json.loads(contents)
  334. except yaml.YAMLError as err:
  335. # Error loading yaml or json
  336. raise YeditException('Problem with loading yaml file. %s' % err)
  337. return self.yaml_dict
  338. def get(self, key):
  339. ''' get a specified key'''
  340. try:
  341. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  342. except KeyError:
  343. entry = None
  344. return entry
  345. def pop(self, path, key_or_item):
  346. ''' remove a key, value pair from a dict or an item for a list'''
  347. try:
  348. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  349. except KeyError:
  350. entry = None
  351. if entry is None:
  352. return (False, self.yaml_dict)
  353. if isinstance(entry, dict):
  354. # AUDIT:maybe-no-member makes sense due to fuzzy types
  355. # pylint: disable=maybe-no-member
  356. if key_or_item in entry:
  357. entry.pop(key_or_item)
  358. return (True, self.yaml_dict)
  359. return (False, self.yaml_dict)
  360. elif isinstance(entry, list):
  361. # AUDIT:maybe-no-member makes sense due to fuzzy types
  362. # pylint: disable=maybe-no-member
  363. ind = None
  364. try:
  365. ind = entry.index(key_or_item)
  366. except ValueError:
  367. return (False, self.yaml_dict)
  368. entry.pop(ind)
  369. return (True, self.yaml_dict)
  370. return (False, self.yaml_dict)
  371. def delete(self, path):
  372. ''' remove path from a dict'''
  373. try:
  374. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  375. except KeyError:
  376. entry = None
  377. if entry is None:
  378. return (False, self.yaml_dict)
  379. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  380. if not result:
  381. return (False, self.yaml_dict)
  382. return (True, self.yaml_dict)
  383. def exists(self, path, value):
  384. ''' check if value exists at path'''
  385. try:
  386. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  387. except KeyError:
  388. entry = None
  389. if isinstance(entry, list):
  390. if value in entry:
  391. return True
  392. return False
  393. elif isinstance(entry, dict):
  394. if isinstance(value, dict):
  395. rval = False
  396. for key, val in value.items():
  397. if entry[key] != val:
  398. rval = False
  399. break
  400. else:
  401. rval = True
  402. return rval
  403. return value in entry
  404. return entry == value
  405. def append(self, path, value):
  406. '''append value to a list'''
  407. try:
  408. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  409. except KeyError:
  410. entry = None
  411. if entry is None:
  412. self.put(path, [])
  413. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  414. if not isinstance(entry, list):
  415. return (False, self.yaml_dict)
  416. # AUDIT:maybe-no-member makes sense due to loading data from
  417. # a serialized format.
  418. # pylint: disable=maybe-no-member
  419. entry.append(value)
  420. return (True, self.yaml_dict)
  421. # pylint: disable=too-many-arguments
  422. def update(self, path, value, index=None, curr_value=None):
  423. ''' put path, value into a dict '''
  424. try:
  425. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  426. except KeyError:
  427. entry = None
  428. if isinstance(entry, dict):
  429. # AUDIT:maybe-no-member makes sense due to fuzzy types
  430. # pylint: disable=maybe-no-member
  431. if not isinstance(value, dict):
  432. raise YeditException('Cannot replace key, value entry in ' +
  433. 'dict with non-dict type. value=[%s] [%s]' % (value, type(value))) # noqa: E501
  434. entry.update(value)
  435. return (True, self.yaml_dict)
  436. elif isinstance(entry, list):
  437. # AUDIT:maybe-no-member makes sense due to fuzzy types
  438. # pylint: disable=maybe-no-member
  439. ind = None
  440. if curr_value:
  441. try:
  442. ind = entry.index(curr_value)
  443. except ValueError:
  444. return (False, self.yaml_dict)
  445. elif index is not None:
  446. ind = index
  447. if ind is not None and entry[ind] != value:
  448. entry[ind] = value
  449. return (True, self.yaml_dict)
  450. # see if it exists in the list
  451. try:
  452. ind = entry.index(value)
  453. except ValueError:
  454. # doesn't exist, append it
  455. entry.append(value)
  456. return (True, self.yaml_dict)
  457. # already exists, return
  458. if ind is not None:
  459. return (False, self.yaml_dict)
  460. return (False, self.yaml_dict)
  461. def put(self, path, value):
  462. ''' put path, value into a dict '''
  463. try:
  464. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  465. except KeyError:
  466. entry = None
  467. if entry == value:
  468. return (False, self.yaml_dict)
  469. # deepcopy didn't work
  470. # Try to use ruamel.yaml and fallback to pyyaml
  471. try:
  472. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  473. default_flow_style=False),
  474. yaml.RoundTripLoader)
  475. except AttributeError:
  476. tmp_copy = copy.deepcopy(self.yaml_dict)
  477. # set the format attributes if available
  478. try:
  479. tmp_copy.fa.set_block_style()
  480. except AttributeError:
  481. pass
  482. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  483. if not result:
  484. return (False, self.yaml_dict)
  485. self.yaml_dict = tmp_copy
  486. return (True, self.yaml_dict)
  487. def create(self, path, value):
  488. ''' create a yaml file '''
  489. if not self.file_exists():
  490. # deepcopy didn't work
  491. # Try to use ruamel.yaml and fallback to pyyaml
  492. try:
  493. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  494. default_flow_style=False),
  495. yaml.RoundTripLoader)
  496. except AttributeError:
  497. tmp_copy = copy.deepcopy(self.yaml_dict)
  498. # set the format attributes if available
  499. try:
  500. tmp_copy.fa.set_block_style()
  501. except AttributeError:
  502. pass
  503. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  504. if result:
  505. self.yaml_dict = tmp_copy
  506. return (True, self.yaml_dict)
  507. return (False, self.yaml_dict)
  508. @staticmethod
  509. def get_curr_value(invalue, val_type):
  510. '''return the current value'''
  511. if invalue is None:
  512. return None
  513. curr_value = invalue
  514. if val_type == 'yaml':
  515. curr_value = yaml.load(invalue)
  516. elif val_type == 'json':
  517. curr_value = json.loads(invalue)
  518. return curr_value
  519. @staticmethod
  520. def parse_value(inc_value, vtype=''):
  521. '''determine value type passed'''
  522. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  523. 'on', 'On', 'ON', ]
  524. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  525. 'off', 'Off', 'OFF']
  526. # It came in as a string but you didn't specify value_type as string
  527. # we will convert to bool if it matches any of the above cases
  528. if isinstance(inc_value, str) and 'bool' in vtype:
  529. if inc_value not in true_bools and inc_value not in false_bools:
  530. raise YeditException('Not a boolean type. str=[%s] vtype=[%s]'
  531. % (inc_value, vtype))
  532. elif isinstance(inc_value, bool) and 'str' in vtype:
  533. inc_value = str(inc_value)
  534. # If vtype is not str then go ahead and attempt to yaml load it.
  535. if isinstance(inc_value, str) and 'str' not in vtype:
  536. try:
  537. inc_value = yaml.load(inc_value)
  538. except Exception:
  539. raise YeditException('Could not determine type of incoming ' +
  540. 'value. value=[%s] vtype=[%s]'
  541. % (type(inc_value), vtype))
  542. return inc_value
  543. # pylint: disable=too-many-return-statements,too-many-branches
  544. @staticmethod
  545. def run_ansible(module):
  546. '''perform the idempotent crud operations'''
  547. yamlfile = Yedit(filename=module.params['src'],
  548. backup=module.params['backup'],
  549. separator=module.params['separator'])
  550. if module.params['src']:
  551. rval = yamlfile.load()
  552. if yamlfile.yaml_dict is None and \
  553. module.params['state'] != 'present':
  554. return {'failed': True,
  555. 'msg': 'Error opening file [%s]. Verify that the ' +
  556. 'file exists, that it is has correct' +
  557. ' permissions, and is valid yaml.'}
  558. if module.params['state'] == 'list':
  559. if module.params['content']:
  560. content = Yedit.parse_value(module.params['content'],
  561. module.params['content_type'])
  562. yamlfile.yaml_dict = content
  563. if module.params['key']:
  564. rval = yamlfile.get(module.params['key']) or {}
  565. return {'changed': False, 'result': rval, 'state': "list"}
  566. elif module.params['state'] == 'absent':
  567. if module.params['content']:
  568. content = Yedit.parse_value(module.params['content'],
  569. module.params['content_type'])
  570. yamlfile.yaml_dict = content
  571. if module.params['update']:
  572. rval = yamlfile.pop(module.params['key'],
  573. module.params['value'])
  574. else:
  575. rval = yamlfile.delete(module.params['key'])
  576. if rval[0] and module.params['src']:
  577. yamlfile.write()
  578. return {'changed': rval[0], 'result': rval[1], 'state': "absent"}
  579. elif module.params['state'] == 'present':
  580. # check if content is different than what is in the file
  581. if module.params['content']:
  582. content = Yedit.parse_value(module.params['content'],
  583. module.params['content_type'])
  584. # We had no edits to make and the contents are the same
  585. if yamlfile.yaml_dict == content and \
  586. module.params['value'] is None:
  587. return {'changed': False,
  588. 'result': yamlfile.yaml_dict,
  589. 'state': "present"}
  590. yamlfile.yaml_dict = content
  591. # we were passed a value; parse it
  592. if module.params['value']:
  593. value = Yedit.parse_value(module.params['value'],
  594. module.params['value_type'])
  595. key = module.params['key']
  596. if module.params['update']:
  597. # pylint: disable=line-too-long
  598. curr_value = Yedit.get_curr_value(Yedit.parse_value(module.params['curr_value']), # noqa: E501
  599. module.params['curr_value_format']) # noqa: E501
  600. rval = yamlfile.update(key, value, module.params['index'], curr_value) # noqa: E501
  601. elif module.params['append']:
  602. rval = yamlfile.append(key, value)
  603. else:
  604. rval = yamlfile.put(key, value)
  605. if rval[0] and module.params['src']:
  606. yamlfile.write()
  607. return {'changed': rval[0],
  608. 'result': rval[1], 'state': "present"}
  609. # no edits to make
  610. if module.params['src']:
  611. # pylint: disable=redefined-variable-type
  612. rval = yamlfile.write()
  613. return {'changed': rval[0],
  614. 'result': rval[1],
  615. 'state': "present"}
  616. return {'failed': True, 'msg': 'Unkown state passed'}
  617. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  618. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  619. # pylint: disable=too-many-lines
  620. # noqa: E301,E302,E303,T001
  621. class OpenShiftCLIError(Exception):
  622. '''Exception class for openshiftcli'''
  623. pass
  624. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  625. def locate_oc_binary():
  626. ''' Find and return oc binary file '''
  627. # https://github.com/openshift/openshift-ansible/issues/3410
  628. # oc can be in /usr/local/bin in some cases, but that may not
  629. # be in $PATH due to ansible/sudo
  630. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  631. oc_binary = 'oc'
  632. # Use shutil.which if it is available, otherwise fallback to a naive path search
  633. try:
  634. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  635. if which_result is not None:
  636. oc_binary = which_result
  637. except AttributeError:
  638. for path in paths:
  639. if os.path.exists(os.path.join(path, oc_binary)):
  640. oc_binary = os.path.join(path, oc_binary)
  641. break
  642. return oc_binary
  643. # pylint: disable=too-few-public-methods
  644. class OpenShiftCLI(object):
  645. ''' Class to wrap the command line tools '''
  646. def __init__(self,
  647. namespace,
  648. kubeconfig='/etc/origin/master/admin.kubeconfig',
  649. verbose=False,
  650. all_namespaces=False):
  651. ''' Constructor for OpenshiftCLI '''
  652. self.namespace = namespace
  653. self.verbose = verbose
  654. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  655. self.all_namespaces = all_namespaces
  656. self.oc_binary = locate_oc_binary()
  657. # Pylint allows only 5 arguments to be passed.
  658. # pylint: disable=too-many-arguments
  659. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  660. ''' replace the current object with the content '''
  661. res = self._get(resource, rname)
  662. if not res['results']:
  663. return res
  664. fname = Utils.create_tmpfile(rname + '-')
  665. yed = Yedit(fname, res['results'][0], separator=sep)
  666. changes = []
  667. for key, value in content.items():
  668. changes.append(yed.put(key, value))
  669. if any([change[0] for change in changes]):
  670. yed.write()
  671. atexit.register(Utils.cleanup, [fname])
  672. return self._replace(fname, force)
  673. return {'returncode': 0, 'updated': False}
  674. def _replace(self, fname, force=False):
  675. '''replace the current object with oc replace'''
  676. cmd = ['replace', '-f', fname]
  677. if force:
  678. cmd.append('--force')
  679. return self.openshift_cmd(cmd)
  680. def _create_from_content(self, rname, content):
  681. '''create a temporary file and then call oc create on it'''
  682. fname = Utils.create_tmpfile(rname + '-')
  683. yed = Yedit(fname, content=content)
  684. yed.write()
  685. atexit.register(Utils.cleanup, [fname])
  686. return self._create(fname)
  687. def _create(self, fname):
  688. '''call oc create on a filename'''
  689. return self.openshift_cmd(['create', '-f', fname])
  690. def _delete(self, resource, rname, selector=None):
  691. '''call oc delete on a resource'''
  692. cmd = ['delete', resource, rname]
  693. if selector:
  694. cmd.append('--selector=%s' % selector)
  695. return self.openshift_cmd(cmd)
  696. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  697. '''process a template
  698. template_name: the name of the template to process
  699. create: whether to send to oc create after processing
  700. params: the parameters for the template
  701. template_data: the incoming template's data; instead of a file
  702. '''
  703. cmd = ['process']
  704. if template_data:
  705. cmd.extend(['-f', '-'])
  706. else:
  707. cmd.append(template_name)
  708. if params:
  709. param_str = ["%s=%s" % (key, value) for key, value in params.items()]
  710. cmd.append('-v')
  711. cmd.extend(param_str)
  712. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  713. if results['returncode'] != 0 or not create:
  714. return results
  715. fname = Utils.create_tmpfile(template_name + '-')
  716. yed = Yedit(fname, results['results'])
  717. yed.write()
  718. atexit.register(Utils.cleanup, [fname])
  719. return self.openshift_cmd(['create', '-f', fname])
  720. def _get(self, resource, rname=None, selector=None):
  721. '''return a resource by name '''
  722. cmd = ['get', resource]
  723. if selector:
  724. cmd.append('--selector=%s' % selector)
  725. elif rname:
  726. cmd.append(rname)
  727. cmd.extend(['-o', 'json'])
  728. rval = self.openshift_cmd(cmd, output=True)
  729. # Ensure results are retuned in an array
  730. if 'items' in rval:
  731. rval['results'] = rval['items']
  732. elif not isinstance(rval['results'], list):
  733. rval['results'] = [rval['results']]
  734. return rval
  735. def _schedulable(self, node=None, selector=None, schedulable=True):
  736. ''' perform oadm manage-node scheduable '''
  737. cmd = ['manage-node']
  738. if node:
  739. cmd.extend(node)
  740. else:
  741. cmd.append('--selector=%s' % selector)
  742. cmd.append('--schedulable=%s' % schedulable)
  743. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  744. def _list_pods(self, node=None, selector=None, pod_selector=None):
  745. ''' perform oadm list pods
  746. node: the node in which to list pods
  747. selector: the label selector filter if provided
  748. pod_selector: the pod selector filter if provided
  749. '''
  750. cmd = ['manage-node']
  751. if node:
  752. cmd.extend(node)
  753. else:
  754. cmd.append('--selector=%s' % selector)
  755. if pod_selector:
  756. cmd.append('--pod-selector=%s' % pod_selector)
  757. cmd.extend(['--list-pods', '-o', 'json'])
  758. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  759. # pylint: disable=too-many-arguments
  760. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  761. ''' perform oadm manage-node evacuate '''
  762. cmd = ['manage-node']
  763. if node:
  764. cmd.extend(node)
  765. else:
  766. cmd.append('--selector=%s' % selector)
  767. if dry_run:
  768. cmd.append('--dry-run')
  769. if pod_selector:
  770. cmd.append('--pod-selector=%s' % pod_selector)
  771. if grace_period:
  772. cmd.append('--grace-period=%s' % int(grace_period))
  773. if force:
  774. cmd.append('--force')
  775. cmd.append('--evacuate')
  776. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  777. def _version(self):
  778. ''' return the openshift version'''
  779. return self.openshift_cmd(['version'], output=True, output_type='raw')
  780. def _import_image(self, url=None, name=None, tag=None):
  781. ''' perform image import '''
  782. cmd = ['import-image']
  783. image = '{0}'.format(name)
  784. if tag:
  785. image += ':{0}'.format(tag)
  786. cmd.append(image)
  787. if url:
  788. cmd.append('--from={0}/{1}'.format(url, image))
  789. cmd.append('-n{0}'.format(self.namespace))
  790. cmd.append('--confirm')
  791. return self.openshift_cmd(cmd)
  792. def _run(self, cmds, input_data):
  793. ''' Actually executes the command. This makes mocking easier. '''
  794. curr_env = os.environ.copy()
  795. curr_env.update({'KUBECONFIG': self.kubeconfig})
  796. proc = subprocess.Popen(cmds,
  797. stdin=subprocess.PIPE,
  798. stdout=subprocess.PIPE,
  799. stderr=subprocess.PIPE,
  800. env=curr_env)
  801. stdout, stderr = proc.communicate(input_data)
  802. return proc.returncode, stdout.decode(), stderr.decode()
  803. # pylint: disable=too-many-arguments,too-many-branches
  804. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  805. '''Base command for oc '''
  806. cmds = [self.oc_binary]
  807. if oadm:
  808. cmds.append('adm')
  809. cmds.extend(cmd)
  810. if self.all_namespaces:
  811. cmds.extend(['--all-namespaces'])
  812. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  813. cmds.extend(['-n', self.namespace])
  814. rval = {}
  815. results = ''
  816. err = None
  817. if self.verbose:
  818. print(' '.join(cmds))
  819. try:
  820. returncode, stdout, stderr = self._run(cmds, input_data)
  821. except OSError as ex:
  822. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  823. rval = {"returncode": returncode,
  824. "results": results,
  825. "cmd": ' '.join(cmds)}
  826. if returncode == 0:
  827. if output:
  828. if output_type == 'json':
  829. try:
  830. rval['results'] = json.loads(stdout)
  831. except ValueError as err:
  832. if "No JSON object could be decoded" in err.args:
  833. err = err.args
  834. elif output_type == 'raw':
  835. rval['results'] = stdout
  836. if self.verbose:
  837. print("STDOUT: {0}".format(stdout))
  838. print("STDERR: {0}".format(stderr))
  839. if err:
  840. rval.update({"err": err,
  841. "stderr": stderr,
  842. "stdout": stdout,
  843. "cmd": cmds})
  844. else:
  845. rval.update({"stderr": stderr,
  846. "stdout": stdout,
  847. "results": {}})
  848. return rval
  849. class Utils(object):
  850. ''' utilities for openshiftcli modules '''
  851. @staticmethod
  852. def _write(filename, contents):
  853. ''' Actually write the file contents to disk. This helps with mocking. '''
  854. with open(filename, 'w') as sfd:
  855. sfd.write(contents)
  856. @staticmethod
  857. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  858. ''' create a file in tmp with name and contents'''
  859. tmp = Utils.create_tmpfile(prefix=rname)
  860. if ftype == 'yaml':
  861. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  862. # pylint: disable=no-member
  863. if hasattr(yaml, 'RoundTripDumper'):
  864. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  865. else:
  866. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  867. elif ftype == 'json':
  868. Utils._write(tmp, json.dumps(data))
  869. else:
  870. Utils._write(tmp, data)
  871. # Register cleanup when module is done
  872. atexit.register(Utils.cleanup, [tmp])
  873. return tmp
  874. @staticmethod
  875. def create_tmpfile_copy(inc_file):
  876. '''create a temporary copy of a file'''
  877. tmpfile = Utils.create_tmpfile('lib_openshift-')
  878. Utils._write(tmpfile, open(inc_file).read())
  879. # Cleanup the tmpfile
  880. atexit.register(Utils.cleanup, [tmpfile])
  881. return tmpfile
  882. @staticmethod
  883. def create_tmpfile(prefix='tmp'):
  884. ''' Generates and returns a temporary file name '''
  885. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  886. return tmp.name
  887. @staticmethod
  888. def create_tmp_files_from_contents(content, content_type=None):
  889. '''Turn an array of dict: filename, content into a files array'''
  890. if not isinstance(content, list):
  891. content = [content]
  892. files = []
  893. for item in content:
  894. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  895. item['data'],
  896. ftype=content_type)
  897. files.append({'name': os.path.basename(item['path']),
  898. 'path': path})
  899. return files
  900. @staticmethod
  901. def cleanup(files):
  902. '''Clean up on exit '''
  903. for sfile in files:
  904. if os.path.exists(sfile):
  905. if os.path.isdir(sfile):
  906. shutil.rmtree(sfile)
  907. elif os.path.isfile(sfile):
  908. os.remove(sfile)
  909. @staticmethod
  910. def exists(results, _name):
  911. ''' Check to see if the results include the name '''
  912. if not results:
  913. return False
  914. if Utils.find_result(results, _name):
  915. return True
  916. return False
  917. @staticmethod
  918. def find_result(results, _name):
  919. ''' Find the specified result by name'''
  920. rval = None
  921. for result in results:
  922. if 'metadata' in result and result['metadata']['name'] == _name:
  923. rval = result
  924. break
  925. return rval
  926. @staticmethod
  927. def get_resource_file(sfile, sfile_type='yaml'):
  928. ''' return the service file '''
  929. contents = None
  930. with open(sfile) as sfd:
  931. contents = sfd.read()
  932. if sfile_type == 'yaml':
  933. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  934. # pylint: disable=no-member
  935. if hasattr(yaml, 'RoundTripLoader'):
  936. contents = yaml.load(contents, yaml.RoundTripLoader)
  937. else:
  938. contents = yaml.safe_load(contents)
  939. elif sfile_type == 'json':
  940. contents = json.loads(contents)
  941. return contents
  942. @staticmethod
  943. def filter_versions(stdout):
  944. ''' filter the oc version output '''
  945. version_dict = {}
  946. version_search = ['oc', 'openshift', 'kubernetes']
  947. for line in stdout.strip().split('\n'):
  948. for term in version_search:
  949. if not line:
  950. continue
  951. if line.startswith(term):
  952. version_dict[term] = line.split()[-1]
  953. # horrible hack to get openshift version in Openshift 3.2
  954. # By default "oc version in 3.2 does not return an "openshift" version
  955. if "openshift" not in version_dict:
  956. version_dict["openshift"] = version_dict["oc"]
  957. return version_dict
  958. @staticmethod
  959. def add_custom_versions(versions):
  960. ''' create custom versions strings '''
  961. versions_dict = {}
  962. for tech, version in versions.items():
  963. # clean up "-" from version
  964. if "-" in version:
  965. version = version.split("-")[0]
  966. if version.startswith('v'):
  967. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  968. # "v3.3.0.33" is what we have, we want "3.3"
  969. versions_dict[tech + '_short'] = version[1:4]
  970. return versions_dict
  971. @staticmethod
  972. def openshift_installed():
  973. ''' check if openshift is installed '''
  974. import yum
  975. yum_base = yum.YumBase()
  976. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  977. return True
  978. return False
  979. # Disabling too-many-branches. This is a yaml dictionary comparison function
  980. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  981. @staticmethod
  982. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  983. ''' Given a user defined definition, compare it with the results given back by our query. '''
  984. # Currently these values are autogenerated and we do not need to check them
  985. skip = ['metadata', 'status']
  986. if skip_keys:
  987. skip.extend(skip_keys)
  988. for key, value in result_def.items():
  989. if key in skip:
  990. continue
  991. # Both are lists
  992. if isinstance(value, list):
  993. if key not in user_def:
  994. if debug:
  995. print('User data does not have key [%s]' % key)
  996. print('User data: %s' % user_def)
  997. return False
  998. if not isinstance(user_def[key], list):
  999. if debug:
  1000. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1001. return False
  1002. if len(user_def[key]) != len(value):
  1003. if debug:
  1004. print("List lengths are not equal.")
  1005. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1006. print("user_def: %s" % user_def[key])
  1007. print("value: %s" % value)
  1008. return False
  1009. for values in zip(user_def[key], value):
  1010. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1011. if debug:
  1012. print('sending list - list')
  1013. print(type(values[0]))
  1014. print(type(values[1]))
  1015. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1016. if not result:
  1017. print('list compare returned false')
  1018. return False
  1019. elif value != user_def[key]:
  1020. if debug:
  1021. print('value should be identical')
  1022. print(user_def[key])
  1023. print(value)
  1024. return False
  1025. # recurse on a dictionary
  1026. elif isinstance(value, dict):
  1027. if key not in user_def:
  1028. if debug:
  1029. print("user_def does not have key [%s]" % key)
  1030. return False
  1031. if not isinstance(user_def[key], dict):
  1032. if debug:
  1033. print("dict returned false: not instance of dict")
  1034. return False
  1035. # before passing ensure keys match
  1036. api_values = set(value.keys()) - set(skip)
  1037. user_values = set(user_def[key].keys()) - set(skip)
  1038. if api_values != user_values:
  1039. if debug:
  1040. print("keys are not equal in dict")
  1041. print(user_values)
  1042. print(api_values)
  1043. return False
  1044. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1045. if not result:
  1046. if debug:
  1047. print("dict returned false")
  1048. print(result)
  1049. return False
  1050. # Verify each key, value pair is the same
  1051. else:
  1052. if key not in user_def or value != user_def[key]:
  1053. if debug:
  1054. print("value not equal; user_def does not have key")
  1055. print(key)
  1056. print(value)
  1057. if key in user_def:
  1058. print(user_def[key])
  1059. return False
  1060. if debug:
  1061. print('returning true')
  1062. return True
  1063. class OpenShiftCLIConfig(object):
  1064. '''Generic Config'''
  1065. def __init__(self, rname, namespace, kubeconfig, options):
  1066. self.kubeconfig = kubeconfig
  1067. self.name = rname
  1068. self.namespace = namespace
  1069. self._options = options
  1070. @property
  1071. def config_options(self):
  1072. ''' return config options '''
  1073. return self._options
  1074. def to_option_list(self):
  1075. '''return all options as a string'''
  1076. return self.stringify()
  1077. def stringify(self):
  1078. ''' return the options hash as cli params in a string '''
  1079. rval = []
  1080. for key in sorted(self.config_options.keys()):
  1081. data = self.config_options[key]
  1082. if data['include'] \
  1083. and (data['value'] or isinstance(data['value'], int)):
  1084. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1085. return rval
  1086. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1087. # -*- -*- -*- Begin included fragment: lib/serviceaccount.py -*- -*- -*-
  1088. class ServiceAccountConfig(object):
  1089. '''Service account config class
  1090. This class stores the options and returns a default service account
  1091. '''
  1092. # pylint: disable=too-many-arguments
  1093. def __init__(self, sname, namespace, kubeconfig, secrets=None, image_pull_secrets=None):
  1094. self.name = sname
  1095. self.kubeconfig = kubeconfig
  1096. self.namespace = namespace
  1097. self.secrets = secrets or []
  1098. self.image_pull_secrets = image_pull_secrets or []
  1099. self.data = {}
  1100. self.create_dict()
  1101. def create_dict(self):
  1102. ''' instantiate a properly structured volume '''
  1103. self.data['apiVersion'] = 'v1'
  1104. self.data['kind'] = 'ServiceAccount'
  1105. self.data['metadata'] = {}
  1106. self.data['metadata']['name'] = self.name
  1107. self.data['metadata']['namespace'] = self.namespace
  1108. self.data['secrets'] = []
  1109. if self.secrets:
  1110. for sec in self.secrets:
  1111. self.data['secrets'].append({"name": sec})
  1112. self.data['imagePullSecrets'] = []
  1113. if self.image_pull_secrets:
  1114. for sec in self.image_pull_secrets:
  1115. self.data['imagePullSecrets'].append({"name": sec})
  1116. class ServiceAccount(Yedit):
  1117. ''' Class to wrap the oc command line tools '''
  1118. image_pull_secrets_path = "imagePullSecrets"
  1119. secrets_path = "secrets"
  1120. def __init__(self, content):
  1121. '''ServiceAccount constructor'''
  1122. super(ServiceAccount, self).__init__(content=content)
  1123. self._secrets = None
  1124. self._image_pull_secrets = None
  1125. @property
  1126. def image_pull_secrets(self):
  1127. ''' property for image_pull_secrets '''
  1128. if self._image_pull_secrets is None:
  1129. self._image_pull_secrets = self.get(ServiceAccount.image_pull_secrets_path) or []
  1130. return self._image_pull_secrets
  1131. @image_pull_secrets.setter
  1132. def image_pull_secrets(self, secrets):
  1133. ''' property for secrets '''
  1134. self._image_pull_secrets = secrets
  1135. @property
  1136. def secrets(self):
  1137. ''' property for secrets '''
  1138. if not self._secrets:
  1139. self._secrets = self.get(ServiceAccount.secrets_path) or []
  1140. return self._secrets
  1141. @secrets.setter
  1142. def secrets(self, secrets):
  1143. ''' property for secrets '''
  1144. self._secrets = secrets
  1145. def delete_secret(self, inc_secret):
  1146. ''' remove a secret '''
  1147. remove_idx = None
  1148. for idx, sec in enumerate(self.secrets):
  1149. if sec['name'] == inc_secret:
  1150. remove_idx = idx
  1151. break
  1152. if remove_idx:
  1153. del self.secrets[remove_idx]
  1154. return True
  1155. return False
  1156. def delete_image_pull_secret(self, inc_secret):
  1157. ''' remove a image_pull_secret '''
  1158. remove_idx = None
  1159. for idx, sec in enumerate(self.image_pull_secrets):
  1160. if sec['name'] == inc_secret:
  1161. remove_idx = idx
  1162. break
  1163. if remove_idx:
  1164. del self.image_pull_secrets[remove_idx]
  1165. return True
  1166. return False
  1167. def find_secret(self, inc_secret):
  1168. '''find secret'''
  1169. for secret in self.secrets:
  1170. if secret['name'] == inc_secret:
  1171. return secret
  1172. return None
  1173. def find_image_pull_secret(self, inc_secret):
  1174. '''find secret'''
  1175. for secret in self.image_pull_secrets:
  1176. if secret['name'] == inc_secret:
  1177. return secret
  1178. return None
  1179. def add_secret(self, inc_secret):
  1180. '''add secret'''
  1181. if self.secrets:
  1182. self.secrets.append({"name": inc_secret}) # pylint: disable=no-member
  1183. else:
  1184. self.put(ServiceAccount.secrets_path, [{"name": inc_secret}])
  1185. def add_image_pull_secret(self, inc_secret):
  1186. '''add image_pull_secret'''
  1187. if self.image_pull_secrets:
  1188. self.image_pull_secrets.append({"name": inc_secret}) # pylint: disable=no-member
  1189. else:
  1190. self.put(ServiceAccount.image_pull_secrets_path, [{"name": inc_secret}])
  1191. # -*- -*- -*- End included fragment: lib/serviceaccount.py -*- -*- -*-
  1192. # -*- -*- -*- Begin included fragment: class/oc_serviceaccount_secret.py -*- -*- -*-
  1193. class OCServiceAccountSecret(OpenShiftCLI):
  1194. ''' Class to wrap the oc command line tools '''
  1195. kind = 'sa'
  1196. def __init__(self, config, verbose=False):
  1197. ''' Constructor for OpenshiftOC '''
  1198. super(OCServiceAccountSecret, self).__init__(config.namespace, kubeconfig=config.kubeconfig, verbose=verbose)
  1199. self.config = config
  1200. self.verbose = verbose
  1201. self._service_account = None
  1202. @property
  1203. def service_account(self):
  1204. ''' Property for the service account '''
  1205. if not self._service_account:
  1206. self.get()
  1207. return self._service_account
  1208. @service_account.setter
  1209. def service_account(self, data):
  1210. ''' setter for the service account '''
  1211. self._service_account = data
  1212. def exists(self, in_secret):
  1213. ''' verifies if secret exists in the service account '''
  1214. result = self.service_account.find_secret(in_secret)
  1215. if not result:
  1216. return False
  1217. return True
  1218. def get(self):
  1219. ''' get the service account definition from the master '''
  1220. sao = self._get(OCServiceAccountSecret.kind, self.config.name)
  1221. if sao['returncode'] == 0:
  1222. self.service_account = ServiceAccount(content=sao['results'][0])
  1223. sao['results'] = self.service_account.get('secrets')
  1224. return sao
  1225. def delete(self):
  1226. ''' delete secrets '''
  1227. modified = []
  1228. for rem_secret in self.config.secrets:
  1229. modified.append(self.service_account.delete_secret(rem_secret))
  1230. if any(modified):
  1231. return self._replace_content(OCServiceAccountSecret.kind, self.config.name, self.service_account.yaml_dict)
  1232. return {'returncode': 0, 'changed': False}
  1233. def put(self):
  1234. ''' place secrets into sa '''
  1235. modified = False
  1236. for add_secret in self.config.secrets:
  1237. if not self.service_account.find_secret(add_secret):
  1238. self.service_account.add_secret(add_secret)
  1239. modified = True
  1240. if modified:
  1241. return self._replace_content(OCServiceAccountSecret.kind, self.config.name, self.service_account.yaml_dict)
  1242. return {'returncode': 0, 'changed': False}
  1243. @staticmethod
  1244. # pylint: disable=too-many-return-statements,too-many-branches
  1245. # TODO: This function should be refactored into its individual parts.
  1246. def run_ansible(params, check_mode):
  1247. ''' run the ansible idempotent code '''
  1248. sconfig = ServiceAccountConfig(params['service_account'],
  1249. params['namespace'],
  1250. params['kubeconfig'],
  1251. [params['secret']],
  1252. None)
  1253. oc_sa_sec = OCServiceAccountSecret(sconfig, verbose=params['debug'])
  1254. state = params['state']
  1255. api_rval = oc_sa_sec.get()
  1256. #####
  1257. # Get
  1258. #####
  1259. if state == 'list':
  1260. return {'changed': False, 'results': api_rval['results'], 'state': "list"}
  1261. ########
  1262. # Delete
  1263. ########
  1264. if state == 'absent':
  1265. if oc_sa_sec.exists(params['secret']):
  1266. if check_mode:
  1267. return {'changed': True, 'msg': 'Would have removed the " + \
  1268. "secret from the service account.'}
  1269. api_rval = oc_sa_sec.delete()
  1270. return {'changed': True, 'results': api_rval, 'state': "absent"}
  1271. return {'changed': False, 'state': "absent"}
  1272. if state == 'present':
  1273. ########
  1274. # Create
  1275. ########
  1276. if not oc_sa_sec.exists(params['secret']):
  1277. if check_mode:
  1278. return {'changed': True, 'msg': 'Would have added the ' + \
  1279. 'secret to the service account.'}
  1280. # Create it here
  1281. api_rval = oc_sa_sec.put()
  1282. if api_rval['returncode'] != 0:
  1283. return {'failed': True, 'msg': api_rval}
  1284. # return the created object
  1285. api_rval = oc_sa_sec.get()
  1286. if api_rval['returncode'] != 0:
  1287. return {'failed': True, 'msg': api_rval}
  1288. return {'changed': True, 'results': api_rval, 'state': "present"}
  1289. return {'changed': False, 'results': api_rval, 'state': "present"}
  1290. return {'failed': True,
  1291. 'changed': False,
  1292. 'msg': 'Unknown state passed. %s' % state,
  1293. 'state': 'unknown'}
  1294. # -*- -*- -*- End included fragment: class/oc_serviceaccount_secret.py -*- -*- -*-
  1295. # -*- -*- -*- Begin included fragment: ansible/oc_serviceaccount_secret.py -*- -*- -*-
  1296. def main():
  1297. '''
  1298. ansible oc module to manage service account secrets.
  1299. '''
  1300. module = AnsibleModule(
  1301. argument_spec=dict(
  1302. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1303. state=dict(default='present', type='str',
  1304. choices=['present', 'absent', 'list']),
  1305. debug=dict(default=False, type='bool'),
  1306. namespace=dict(default=None, required=True, type='str'),
  1307. secret=dict(default=None, type='str'),
  1308. service_account=dict(required=True, type='str'),
  1309. ),
  1310. supports_check_mode=True,
  1311. )
  1312. rval = OCServiceAccountSecret.run_ansible(module.params, module.check_mode)
  1313. if 'failed' in rval:
  1314. module.fail_json(**rval)
  1315. module.exit_json(**rval)
  1316. if __name__ == '__main__':
  1317. main()
  1318. # -*- -*- -*- End included fragment: ansible/oc_serviceaccount_secret.py -*- -*- -*-